Add a new column called `finding_uuid` into the `vulnerability_feedback` table
Why are we doing this work
We are in the process of deprecating the usage of the project_fingerprint
attribute of the findings. By using uuid
values to identify findings, we can easily associate any related entity with finding.
Implementation plan
-
backend Add a new column into the vulnerability_feedback
table calledfinding_uuid
type of UUID.