Right now the nvd_override_candidates_from_cve5 script doesn't provide a nice way for multiple people to enrich data. It streams CVEs in a serial manner, outputting them in groupings of MAX_BATCH_SIZE
We need a way that multiple people trying to work on this data don't trample on the work of each other
Right now the
nvd_override_candidates_from_cve5script doesn't provide a nice way for multiple people to enrich data. It streams CVEs in a serial manner, outputting them in groupings of MAX_BATCH_SIZEWe need a way that multiple people trying to work on this data don't trample on the work of each other