Skip to content

Commit 5afab6f

Browse files
authored
feat: rework combine-to-osv to begin to combine NVD and CVE5 OSV records (#4086)
### NVD Output Changes: - Updates the NVD conversion to start outputting OSV records instead of `PackageInfo` - Changes the output location of NVD to no longer be in the 'parts' directory ### `combine-to-osv` changes: - reads in two file paths for NVD OSV data and CVE5 OSV data - lists CVEIDs of Alpine and debian vulns and generates the 'upstream' records for them too so they still have an upstream, - somewhat intelligently tries to combine data between the records, with a bias toward the CVE5 conversion. - outputs the files.
1 parent 8c9069f commit 5afab6f

File tree

15 files changed

+788
-243
lines changed

15 files changed

+788
-243
lines changed

deployment/clouddeploy/gke-workers/environments/oss-vdb-test/nvd-cve-osv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec:
1717
- name: CPEREPO_GCS_PATH
1818
value: gs://osv-test-cve-osv-conversion/cpe_repos/cpe_product_to_repo.json
1919
- name: OSV_OUTPUT_GCS_PATH
20-
value: gs://osv-test-cve-osv-conversion/parts/nvd
20+
value: gs://osv-test-cve-osv-conversion/nvd-osv

deployment/clouddeploy/gke-workers/environments/oss-vdb/nvd-cve-osv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ spec:
1717
- name: CPEREPO_GCS_PATH
1818
value: gs://cve-osv-conversion/cpe_repos/cpe_product_to_repo.json
1919
- name: OSV_OUTPUT_GCS_PATH
20-
value: gs://cve-osv-conversion/parts/nvd
20+
value: gs://cve-osv-conversion/nvd-osv

0 commit comments

Comments
 (0)