Skip to content

Draft: Add Vulnerability report to Explore panel

mo khan requested to merge mokhax/12460/explore-vulnerability-report into master

What does this MR do and why?

This is a spike to understand the effort to bring the vulnerability report to the Explore panel.

#455747

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

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:explore_vulnerabilities)
  2. Visit http://127.0.0.1:3000/explore/vulnerabilities
  3. Click the invite members button.
Edited by mo khan

Merge request reports