Skip to content

Add filter logic to the severity token

Savas Vedova requested to merge 440421-filters-logic-severity-filter into master

What does this MR do and why?

Add filter logic to the severity token.

This commit adds support for updating the vulnerability report based on the selected filter.

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

severity-filters

How to set up and validate locally

  1. Fork https://gitlab.com/gitlab-examples/security/security-reports/
  2. Create vulnerabilities by running a pipeline against the default branch
  3. Go the Secure > Vulnerability Report inside the project
  4. Make sure to enable the feature flag: echo "Feature.enable(:vulnerability_report_advanced_filtering)" | rails c
  5. Interact with the Filtered Search (Severity Token)

Related to #440421 (closed)

Edited by Savas Vedova

Merge request reports