VR filtering: Backfill migration
This is tracks populating the new BOOL has_vulnerability_resolution column with data from the static CWE Allow List.
Implementation
- Per row in
vulnerability_reads
, populatehas_vulnerability_resolution
with True or False based on if the CWE ID for the vulnerability is in the CWE Allow List
Resources
Edited by Neil McCorrison