-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set IgnoredVulns in osv-scanner config
Use specific IgnoredVulns for each id Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
- Loading branch information
Showing
3 changed files
with
38 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
[[IgnoredVulns]] | ||
id = "CVE-2022-48174" | ||
reason = "Alpine/BusyBox-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
[[IgnoredVulns]] | ||
id = "CVE-2023-42363" | ||
reason = "Alpine/BusyBox-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
[[IgnoredVulns]] | ||
id = "CVE-2023-42364" | ||
reason = "Alpine/BusyBox-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
[[IgnoredVulns]] | ||
id = "CVE-2023-42365" | ||
reason = "Alpine/BusyBox-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
[[IgnoredVulns]] | ||
id = "CVE-2023-42366" | ||
reason = "Alpine/BusyBox-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
[[IgnoredVulns]] | ||
id = "GHSA-269g-pwp5-87pp" | ||
reason = "Maven/JUnit-related, which is not used by this package. The matching vulnerability data may come from an SBOM test file in /tests directory." | ||
|
||
# We can also ignore the entire category of vulnerabilities, | ||
# using PackageOverrides | ||
|
||
# # ignore packages named "busybox" in the Alpine ecosystem | ||
# [[PackageOverrides]] | ||
# name = "busybox" | ||
# ecosystem = "Alpine" | ||
# ignore = true | ||
|
||
# # ignore packages named "junit:junit" in the Maven ecosystem | ||
# [[PackageOverrides]] | ||
# name = "junit:junit" | ||
# ecosystem = "Maven" | ||
# ignore = true |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.