Introduce enhanced filtering
What does this MR do and why?
This MR introduces Enhanced Filtering to the Vulnerability Report behind the :vulnerability_report_advanced_filtering
feature flag.
Design: #342079[filters_MVC_1.png]
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
echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
- Fork https://gitlab.com/gitlab-examples/security/security-reports/
- Run a pipeline against default branch
- Go to Secure > Vulnerability Report
Related to #433362 (closed)
Edited by Savas Vedova