Return the `uuid` attribute of the finding records in the response of `vulnerability_findings` endpoint
Why are we doing this work
We are in the process of deprecating the usage of 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 Serialize the uuid
attribute(version 5) of finding for the response ofvulnerability_findings
endpoint
Edited by Jonathan Schafer