Add vulnerability-resolve GA to vulnerabilities details
What does this MR do and why?
Vulnerabilty Resolve: GA
Per the latest designs, the actions that can be performed around on a vulnerability, should be inside a standard dropdown instead of our custom split-button.
When an AI-resolution is not available for the given vulnerability, the related action should also be disabled.
It also hides the "Explain Vulnerability" action that is embedded within the vulnerability details section, when the vulnerability_resolution_ga
FF is enabled.
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.
Description | Before | After |
---|---|---|
all actions available | ![]() |
![]() |
AI-actions only | ![]() |
![]() |
Resolution unavailable | N/A | ![]() |
Single action available | ![]() |
![]() |
details section | ![]() |
![]() |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Related to #474047