We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a component is updated the old component is still kept in dependency track increasing the vulnerability score.
See example of spring-webflux below. Version defined in the pom.xml is 6.1.11
pom.xml
Create a java project with the dependency [email protected]
[email protected]
Generate bom with cdxgen cdxgen --output backend_bom.json --type java
cdxgen --output backend_bom.json --type java
Upload bom to dependency track
Update spring-webflux -> 6.1.11
spring-webflux -> 6.1.11
Both versions will be present
Expect that the lastet version should be the only one present
4.11.6
Container Image
PostgreSQL
No response
Google Chrome
The text was updated successfully, but these errors were encountered:
Closing issue as it was due to a hidden dependency
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Current Behavior
When a component is updated the old component is still kept in dependency track increasing the vulnerability score.
See example of spring-webflux below. Version defined in the
pom.xml
is 6.1.11Steps to Reproduce
Create a java project with the dependency
[email protected]
Generate bom with cdxgen
cdxgen --output backend_bom.json --type java
Upload bom to dependency track
Update
spring-webflux -> 6.1.11
Generate bom with cdxgen
cdxgen --output backend_bom.json --type java
Upload bom to dependency track
Both versions will be present
Expected Behavior
Expect that the lastet version should be the only one present
Dependency-Track Version
4.11.6
Dependency-Track Distribution
Container Image
Database Server
PostgreSQL
Database Server Version
No response
Browser
Google Chrome
Checklist
The text was updated successfully, but these errors were encountered: