Resolve "Add Severity Overrides to Vulnerability Report API Calls"
What does this MR do and why?
This merge request adds support for displaying severity overrides for vulnerabilities. It introduces a new SeverityOverrideEntity to represent severity override information, updates the Vulnerability model to include a latest_severity_override association, and modifies existing entities and helpers to include this new data. The changes allow for tracking and displaying when a vulnerability's severity has been manually changed, including details like the original severity, new severity, who made the change, and when. The API and frontend components are updated to include this new information in vulnerability details, and tests are added to ensure the new functionality works as expected.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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
Numbered steps to set up and validate the change are strongly suggested.
Related to #517446 (closed)