Skip to content

Add dependency paths drawer to Vulnerability Details

What does this MR do and why?

Adds the dependency paths drawer (UI only!) to the vulnerability details page.

🚨 Note: there are still a lot of unknown as the BE is still being worked on. The main purpose of this MR is to get the button-drawer functionality working. discussion thread

Issue: #519962 (closed)

image

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Enable feature flag: dependency_paths
  2. Clone this project: https://gitlab.com/gitlab-examples/security/security-reports
  3. Run a successful pipeline
  4. Go to the vulnerability report page
  5. Click on a vulnerability
  6. Clicking on the dependency path button will trigger the drawer and display some dummy data

Related to #519962 (closed)

Edited by Samantha Ming

Merge request reports

Loading