Use `finding_uuid` instead of using `project_fingerprint`
What does this MR do and why?
This MR introduces 2 changes;
- Send
finding_uuid
while creating an MR feedback for a standalone vulnerability. - Use
finding_uuid
to match feedback records with findings in frontend logic instead ofproject_fingerprint
as it's been deprecated.
None of these changes are user-facing.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.