Skip to content

Display vulnerabilities in Dependency List

What does this MR do?

Displays vulnerabilities in Dependency List.

This adds a "Status" column to the Dependency List, and allows the user to see basic information about the vulnerabilities detected for each of a project's dependencies.

This contributes towards the larger feature for adding dependency scanning results to the Dependency List, behind the disabled-by-default dependency_list_vulnerabilities feature flag.

There is no backend support for this yet, so this can't easily be tested locally.

Before/flag disabled) After/flag enabled
dependency-list-vulns-before dependency-list-vulns-after

CE port: gitlab-ce!30343

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Mark Florian

Merge request reports