Skip to content

Commit 85a8100

Browse files
authored
Merge pull request #1634 from buildpacks/jab/supress-cves-not-fixable
Suppress CVEs in .grype.yaml
2 parents 51b8a6e + 3302f2f commit 85a8100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.grype.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ ignore:
33
- vulnerability: CVE-2021-22570 # false positive, see https://github.com/anchore/grype/issues/558
44
- vulnerability: CVE-2024-41110 # non-impactful as we only use docker as a client
55
- vulnerability: GHSA-v23v-6jw2-98fq # non-impactful as we only use docker as a client
6+
- vulnerability: GHSA-x744-4wpc-v9h2 # AuthZ plugin bypass; not exploitable as lifecycle only uses docker as a client. Fixed in moby/moby/v2 but not backported to docker/docker module.
7+
- vulnerability: GHSA-pxq6-2prw-chj9 # plugin privilege validation off-by-one; not exploitable as lifecycle only uses docker as a client. Fixed in moby/moby/v2 but not backported to docker/docker module.

0 commit comments

Comments
 (0)