Skip to content

Deduplicate findings by comparing the UUIDs

What does this MR do and why?

After !79491 (merged) has been merged, I found that the duplicate finding issue happened just once because of another edge case happening with the SAST findings. This MR makes sure that there will be no duplicate UUIDs by adding the UUID into the comparison keys.

Related to #351522 (closed).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports