Drop the project_fingerprint column from 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.
As we are going to use only the uuid column to identify findings, the project_fingerprint column is not needed anymore.
Dependency
-
This issue has to be done after the release of #342198 (closed) so please make sure to start working on this after that dependency gets released.
Implementation plan
-
backend Drop the project_fingerprintcolumn from thevulnerability_feedbacktable
Testing
-
Make sure unit tests are updated (if there are any referencing project_fingerprintcolumn) -
Make sure existing e2e tests under qa/qa/specs/features/ee/browser_ui/13_secureare not broken
Edited by Adrien Narinesingh