Add human-readable override action display to policy drawer

What does this MR do and why?

Add human-readable override action display to policy drawer

Update vulnerability management policy drawer to display override actions in a human-readable format. This supports the severity override feature that allows users to automatically adjust vulnerability severity based on criteria like CVE/CWE identifiers.

  • Add humanizeOverrideAction() and isOverrideAction() utils
  • Update details_drawer.vue to render override action details
  • Display action text like 'Set to High' or 'Increase by one level'
  • Add tests for new functionality

Changelog: added EE: true

References

Screenshots or screen recordings

Before After
- Screenshot_2026-03-12_at_11.43.09_AM

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #589442 (closed)

Edited by Alexander Turinske

Merge request reports

Loading