Skip to content

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
image image

How to set up and validate locally

  1. echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
  2. Fork https://gitlab.com/gitlab-examples/security/security-reports/
  3. Run a pipeline against default branch
  4. Go to Secure > Vulnerability Report

Related to #433362 (closed)

Edited by Savas Vedova

Merge request reports