Backfill vulnerabilities.uuid
and vulnerability_occurrences.new_uuid
Having now updated the vulnerabilities and vulnerability_occurrences tables with the new uuid columns we need to ensure unique records during vulnerability ingestion, and updated the ingestion process to fill in both these columns with the appropriate data, we need to now backfill these columns on our existing records before we can start using these columns in standard operation.
Edited by Gregory Havenga