Skip to content

Add other row to OWASP Top 10 groups

Savas Vedova requested to merge 442525-owasp-top-10-filter-by-none into master

What does this MR do and why?

Adds None-OWASP Top 10 row to the vulnerability report.

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. Enable :owasp_top_10_null_filtering feature flag: echo "Feature.enable(:owasp_top_10_null_filtering)" | rails c
  2. Visit the Vulnerability Report page
  3. Group by OWASP
  4. See the None group

Related to #442525

Edited by Savas Vedova

Merge request reports