Skip to content

Commit 118da84

Browse files
authored
Merge pull request #259 from spdx/ignore-false-positive-cve
Ignore a false positive CVE finding
2 parents 6da72f7 + 814e4ff commit 118da84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/data/SPDXSBOMExampleTests/osv-scanner.toml

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# See configuration documentation at:
33
# https://google.github.io/osv-scanner/configuration/
44

5+
# the OSV scanner finds vulnerabilities in the SBOMs in this folder
6+
# but this folder is SBOMs for testing-purposes only.
7+
58
[[IgnoredVulns]]
69
id = "CVE-2022-48174"
710
reason = "Alpine/BusyBox-related, which is not used by ntia-conformance-checker."
@@ -22,6 +25,10 @@ reason = "Alpine/BusyBox-related, which is not used by ntia-conformance-checker.
2225
id = "CVE-2023-42366"
2326
reason = "Alpine/BusyBox-related, which is not used by ntia-conformance-checker."
2427

28+
[[IgnoredVulns]]
29+
id = "CVE-2025-26519"
30+
reason = "Alpine/BusyBox-related, which is not used by ntia-conformance-checker."
31+
2532
# We can also ignore the entire category of vulnerabilities,
2633
# using PackageOverrides
2734

0 commit comments

Comments
 (0)