Security::Finding uses context unaware UUID
What does this MR do and why?
Security::Finding uses context unaware UUID
Right now, we ingest Security::Findings using a context-aware UUID. This is problematic because all of the MR approval policies do comparisons using UUIDs, which if we make the UUID context-aware will never match!
This MR changes how we handle UUIDs between Security::Findings and Vulnerability::Findings - always context-unaware for a Security::Finding and context-aware for Vulnerability::Finding.
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.