mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
fix: Add more log4j-adjacent package ignore rules (#1358)
Signed-off-by: Dan Luhring <dluhring@chainguard.dev>
This commit is contained in:
parent
a37940f699
commit
7436af93c1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func init() {
|
|||
// https://github.com/mergebase/log4j-samples collection, we want to filter these explicitly:
|
||||
{
|
||||
typ: "java-archive",
|
||||
vulnerabilities: []string{"CVE-2021-44228", "CVE-2021-45046", "GHSA-jfh8-c2jp-5v3q", "GHSA-7rjr-3q55-vv33"},
|
||||
vulnerabilities: []string{"CVE-2021-44228", "CVE-2021-45046", "GHSA-jfh8-c2jp-5v3q", "GHSA-7rjr-3q55-vv33", "CVE-2020-9493", "CVE-2022-23307", "CVE-2023-26464"},
|
||||
packages: []string{"log4j-api", "log4j-slf4j-impl", "log4j-to-slf4j", "log4j-1.2-api", "log4j-detector", "log4j-over-slf4j", "slf4j-log4j12"},
|
||||
},
|
||||
// Based on https://github.com/anchore/grype/issues/558:
|
||||
|
|
Loading…
Reference in a new issue