Skip to content

Provide full dependency tree of a vulnerability #112

@manolo

Description

@manolo

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions