-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further validate repos by only accepting ones with tags (#2233)
Tags are necessary for version resolution, and a repo without them is useless to us, and many of the repos in the current denylist do not have any tags. This enables a radical simplification of the repo denylist and largely removes ongoing maintenance burden. Latest run in Production: ``` nvdcve-2.0-2024.json Metrics: {TotalCVEs:11389 CVEsForApplications:1581 CVEsForKnownRepos:2364 OSVRecordsGenerated:1093 Outcomes:map[]} ``` Local test run: ``` nvdcve-2.0-2024.json Metrics: {TotalCVEs:11511 CVEsForApplications:1581 CVEsForKnownRepos:1651 OSVRecordsGenerated:1047 Outcomes:map[]} ``` A fabulous improvement in CVEsForKnownRepos, a much (durably) firmer looking denominator for conversion metrics.
- Loading branch information
1 parent
50a17d7
commit 28d1e63
Showing
4 changed files
with
56 additions
and
367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.