From 58f58e58a6d851a5d44fc71691e074d632643134 Mon Sep 17 00:00:00 2001 From: Jesse Brown Date: Thu, 7 Nov 2024 13:44:52 -0600 Subject: [PATCH] Silence non-impactful CVE - GHSA-v23v-6jw2-98fq (#1420) 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