Add vulnerability attributes to policy drawer
What does this MR do and why?
This MR extends Add attributes filter to scan result policies (!123052 - merged) and adds vulnerability attributes to policy drawer. Requires BE: Support new Attribute filtering options (#399117 - closed).
Screenshots or screen recordings
[{false_positive: true}] |
[{fix_available: false}] |
[{fix_available: true, false_positive: false}] |
---|---|---|
How to set up and validate locally
- Ensure the GitLab Ultimate license is enabled
- Navigate to a project/group => Security & Compliance => Policies => New policy => Scan result policy
- Choose
Security Scan
- Add Attribute, select any values
- Configure with a merge request & Merge
- Go to the list of policies and click on the new policy
- Verify the attributes information in the drawer
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #397088 (closed)