[go: up one dir, main page]

Skip to content

VR filtering: Backfill migration

This is tracks populating the new BOOL has_vulnerability_resolution column with data from the static CWE Allow List.

Implementation

  1. Per row in vulnerability_reads, populate has_vulnerability_resolution with True or False based on if the CWE ID for the vulnerability is in the CWE Allow List

Resources

  1. CWE Allow List
Edited by Neil McCorrison