Skip to content

Display a modal once the vulnerability name is clicked

Savas Vedova requested to merge 377431-make-the-finding-clickable into master

What does this MR do and why?

Makes the finding clickable. Clicking the finding opens a modal with the details.

Screenshots or screen recordings

finding-modal

How to set up and validate locally

  1. You'll need an EE License
  2. You'll need to have runners enabled (See $2408961 for setting up a runner)
  3. Enable :refactor_security_extension to turn this feature on.
echo "Feature.enable(:refactor_security_extension)" | rails c
  1. Import https://gitlab.com/gitlab-examples/security/security-reports
  2. Create a new MR by editing a file
  3. Go to the MR page and check the widget
  4. Expanding the toggle button should show a list of findings. Click one of them.
  5. Clicking the name should open the modal with details

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 #377431 (closed)

Merge request reports

Loading