From f2cfdcb874a35f6347439acea6b077199f3a6b88 Mon Sep 17 00:00:00 2001 From: Christopher Bartz Date: Wed, 18 Dec 2024 14:44:35 +0100 Subject: [PATCH] ignore CVE --- .trivyignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.trivyignore b/.trivyignore index 9f085f11..e4069aa2 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,2 +1,4 @@ # pebble, false positive https://github.com/canonical/pebble/issues/498 CVE-2024-34156 +# Vulnerability in golang.org/x/crypto introduced by statsd-exporter. We have to wait until it is fixed upstream: https://github.com/prometheus/statsd_exporter/blob/master/go.mod +CVE-2024-45337 \ No newline at end of file