-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It should be nice if the user can see the dependency tree of a reported vulnerability as well as the route where the version number comes from
Basically a nice UI for inspecting results from:
mvn dependency:tree
...
[INFO] +- org.springframework.boot:spring-boot-starter-validation:jar:3.1.4:compile
[INFO] | +- org.springframework.boot:spring-boot-starter:jar:3.1.4:compile
[INFO] | | +- org.springframework.boot:spring-boot-starter-logging:jar:3.1.4:compile
[INFO] | | \- org.yaml:snakeyaml:jar:1.33:compile
...
and
mvn help:effective-pom -Dverbose=true
...
<artifactId>snakeyaml</artifactId> <!-- org.springframework.boot:spring-boot-dependencies:3.1.4, line 1910 -->
...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request