We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f33297 commit f0cb44dCopy full SHA for f0cb44d
1 file changed
vulnfeeds/conversion/nvd/converter.go
@@ -54,6 +54,7 @@ func CVEToOSV(cve models.NVDCVE, repos []string, cache *git.RepoTagsCache, direc
54
if len(cpeRanges) == 0 && len(repos) == 0 {
55
metrics.SetOutcome(models.NoRepos)
56
outputFiles(v, directory, maybeVendorName, maybeProductName, metrics, rejectFailed, outputMetrics)
57
+
58
return models.NoRepos
59
}
60
0 commit comments