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.
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
-
Add getter for sum of all "fixed" security findings to Vuex -
Use slot added to ReportSectionas part of #267504 (closed) to render success alert if there are any fixed security findings
Edited by Mark Florian
