google / osv.dev

Open source vulnerability DB and triage service.
https://osv.dev
Apache License 2.0
1.49k stars 186 forks source link

refactor(importer): extract inline GCS parsing function #2644

Closed andrewpollock closed 5 days ago

andrewpollock commented 1 week ago

In preparation for adding schema validation failure reporting, revisit the outstanding TODO to refactor the inline convert_blob_to_vuln() function inside of process_updates_bucket() from when the GCS record deletion code was added.

Make related unit tests more user-friendly