Commit 5afab6f
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- deployment/clouddeploy/gke-workers/environments
- oss-vdb-test
- oss-vdb
- vulnfeeds
- cmd
- combine-to-osv
- cvelist2osv
- nvd-cve-osv
- test_data/combine-to-osv
- cve5
- nvd
15 files changed
+788
-243
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
0 commit comments