Skip to content

503371 / Rename Tool to Report Type + add feature flag vulnerability_report_type_scanner_filter

What does this MR do and why?

We are renaming Tool to Report Type on three different places:

  • Vulnerability Report
  • Vulnerability Single View
  • Pipeline Scanning Security Results

Additionally, we are introducing the newly created feature flag vulnerability_report_type_scanner_filter that will support our changes in #503371 (closed)

References

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.

Reproduction Steps

  1. Check-out this branch, go to http://gdk.test:3000/rails/features/ and enable vulnerability_report_type_scanner_filter
  2. Go to http://gdk.test:3000/gitlab-org/security-reports/-/security/vulnerability_report. The second to last column should be called Report Type
  3. Go back to go to http://gdk.test:3000/rails/features/` and disable vulnerability_report_type_scanner_filter. Go to http://gdk.test:3000/gitlab-org/security-reports/-/security/vulnerability_report. The second to last column should now be called Tool.
Enabled Feature Flag Disabled Feature Flag
Screenshot_2025-01-20_at_14.41.14 Screenshot_2025-01-20_at_14.49.16
  1. Click on one of the vulnerabilities. With the feature flag enabled there should be a category shown in the vulnerability called Report Type. If the feature flag is disabled, it should be displayed as Tool.
Enabled Feature Flag Disabled Feature Flag
Screenshot_2025-01-20_at_14.53.55 Screenshot_2025-01-20_at_14.54.35
  1. Go to one of the security pipelines. Just like for the Vulnerability Report overview, there should be a column with the header Report Type when the feature flag is enabled. That same header should be called Tool when the feature flag is disabled.
Enabled Feature Flag Disabled Feature Flag
Screenshot_2025-01-20_at_14.52.42 Screenshot_2025-01-20_at_14.52.08
Edited by Charlie Kroon

Merge request reports

Loading