Skip to content

Implement resolved/no longer detected findings alert on Security MR widget

Why are we doing this work

We want to give visibility to and confirmation of any vulnerabilities merge request authors have successfully fixed with their changes, which we don't currently surface very clearly.

resolved

Relevant links

Information that the developer might need to refer to when implementing the issue.

Non-functional requirements

  • Documentation:
  • Feature flag:
  • Performance:
  • Testing:

Implementation plan

frontend

  • Add getter for sum of all "fixed" security findings to Vuex
  • Use slot added to ReportSection as part of #267504 (closed) to render success alert if there are any fixed security findings
Edited by Mark Florian