Niklas
Niklas
Valid request. And it will be even more valid once we support additional metadata such as occurrences. The identity based de-duplication has always been there, but I think with the...
> Would you be open to PRs to implement this? Most certainly. > Would we need it behind an experimental flag? I think that would be good. We can still...
I think option 4 is going in the right direction - We need to find a minimal subset of component properties that can reliably uniquely identify a component. I'm not...
Hey @jmayer-lm there's still a merge conflict here, can you resolve that?
There is a Dependabot PR to bump the plugin version, but the build is failing: https://github.com/DependencyTrack/frontend/pull/912 Needs investigation. Perhaps we can't go directly to the latest plugin version due to...
Will require a Webpack upgrade, which is bound to a Vue upgrade. Postponing.
This one will need a bit more thought since we don't store the modification timestamp on a per-field basis. The only thing with timestamps are comments (i.e. entries in the...
The underlying issue is that API docs are generated from code, and that model classes are reused across endpoints. This gives the wrong impression of all endpoints always returning all...
@stohrendorf That is good to know. But we shouldn't let perfect be the enemy of good IMO. What we have right now is quite frankly unsatisfactory. And fixing it in...
Going forward, for v2 of the REST API, we'll follow a spec-first approach: https://github.com/DependencyTrack/hyades/blob/main/docs/architecture/decisions/007-spec-first-rest-api-v2.md The idea of using `@JsonView` proposed by @jakub-bochenski can still be applied to improve the accuracy...