Niklas
Niklas
Steve actually invented Dependency-Track, so yeah I guess he knows about it. 😄 > As I believe there's at least something to be done on Alpine's side You are right....
Blocked by #1930
With datanucleus-rdbms 6.0.2 we're now getting this error when the schema is created initially: ``` java.sql.SQLSyntaxErrorException: BLOB/TEXT column 'GROUP' used in key specification without a key length ``` This is...
Oh wow, that was quick. 😄
> It seems that the frontend and the backend are not communicating Because they are not intended to, see https://docs.dependencytrack.org/getting-started/configuration/#frontend > NOTE: > * This URL must be reachable by...
Removing the milestone for now. Unlikely we can tackle this in 4.6.
This is caused by a breaking change in OSS Index as part of their recent migration: https://ossindex.sonatype.org/updates-notice. Dependency-Check has a similar issue with this: https://github.com/jeremylong/DependencyCheck/issues/4527 Essentially, for *unauthenticated* users, they...
As users of Dependency-Track, your best bet is to [register for a free OSS Index account](https://ossindex.sonatype.org/user/register) and provide your credentials to Dependency-Track. That resolves both the reported issue as well...
This issue has been opened before the new component model was introduced. Now, an identity like a hash or a purl may match multiple components across multiple projects. Moreover, even...
I see a dependency on #1642 here. Implementing this will also require some refactoring of the current scanning logic, to decouple it from the persistence layer a little.