Skip to content

Add group filters to the report

Savas Vedova requested to merge 424345-update-vuln-list into master

What does this MR do and why?

This MR adds the data fetching functionality to the grouping feature. Previous MRs introduced the UI/UX functionality, whereas this MR introduces the business logic.

Screenshots or screen recordings

group-vuln-data

How to set up and validate locally

  1. Enable feature flag: echo "Feature.enable(:vulnerability_report_grouping)" | rails c
  2. Fork https://gitlab.com/gitlab-examples/security/security-reports/
  3. Create a pipeline against the default branch
  4. Go to Secure > Vulnerability Report
  5. Use the Group By Button

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #424345 (closed)

Merge request reports