Niklas
Niklas
Paths are not yet supported so this needs implementation.
@pohli81 Thanks for the PR! Are deprecations in the NuGet and NPM ecosystem on a per-package, or a per-version basis? The limitation we have is that `RepositoryMetaComponent` records are tracked...
I'll have a other look and run some tests with the various databases over the coming days.
The code of the `/api/v1/vulnerability/{uuid}` endpoint hasn't changed in years, technically it should never have returned aliases. > Maybe the endpoint could have a new parameter or set of parameters...
Expansion seems to be the correct keyword here, thanks for that! I was able to find these related REST API guidelines from Zalando: * [support partial responses via filtering](https://opensource.zalando.com/restful-api-guidelines/#157) *...
@cpfeiffer So based on the Alpine issue you linked, this doesn't appear to be something we can solve programmatically?
Is this reproducible when creating a new project and (potentially repeatedly) uploading the BOM to it? Based on the code I'm unsure what could be causing this. Except perhaps concurrent...
Support for Alpine versions has been added to versatile: https://github.com/nscuro/versatile/pull/257 The implementation passes [the comparison test suite](https://github.com/package-url/vers-spec/blob/470128dbe7574c360931239f8fbc8a971fa1d6ea/tests/alpine_version_cmp_test.json) of the vers specification.
@francislance Thanks for looking into this. Your proposed change makes sense. Separately, I think we really need to add some validation to [`PolicyConditionResource`](https://github.com/DependencyTrack/dependency-track/blob/master/src/main/java/org/dependencytrack/resources/v1/PolicyConditionResource.java) such that clients are informed immediately when...