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.
Issue: #519962 (closed)
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
- Enable feature flag:
dependency_paths - Clone this project: https://gitlab.com/gitlab-examples/security/security-reports
- Run a successful pipeline
- Go to the vulnerability report page
- Click on a vulnerability
- Clicking on the dependency path button will trigger the drawer and display some dummy data
Related to #519962 (closed)
