Ability to show unique dependencies on the Dependency list page
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
Dependency scanning job detects 20 vulnerabilities from a Java maven and python project. However the dependency list shows multiple dependencies for a multi-module project (274 pages with a lot of duplicates).
This issue is to ask for ability to show only unique libraries regardless of their location.
Steps to reproduce
- Create a Spring boot project with a parent
pom.xml
- Add the modules
child-moduleandchild-module-1with belowpom.xmlfor each:
- Add
.gitlab-ci.ymland enable dependency scanning:
include:
- template: Jobs/Dependency-Scanning.gitlab-ci.yml
- After the job is finished, go to Secure > Dependency list. Same dependency is listed multiple times since it was included in both sub modules.
Example Project
https://gitlab.com/e_munn_ultimate_group/tests/ci-tests/spring/-/dependencies
Edited by 🤖 GitLab Bot 🤖
