From c7e8fd2e3c704f71306315cf568c35da12feb418 Mon Sep 17 00:00:00 2001 From: Jesse Brown Date: Thu, 7 Nov 2024 11:52:57 -0600 Subject: [PATCH] Silence non-impactful CVE - GHSA-v23v-6jw2-98fq Signed-off-by: Jesse Brown --- .grype.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.grype.yaml b/.grype.yaml index e50aa8792..4cc5e7875 100644 --- a/.grype.yaml +++ b/.grype.yaml @@ -2,3 +2,4 @@ ignore: - vulnerability: CVE-2015-5237 # false positive, see https://github.com/anchore/grype/issues/558 - vulnerability: CVE-2021-22570 # false positive, see https://github.com/anchore/grype/issues/558 - vulnerability: CVE-2024-41110 # non-impactful as we only use docker as a client + - vulnerability: GHSA-v23v-6jw2-98fq # non-impactful as we only use docker as a client