From 667eac2ac5dfae9618297033833048e0ac726844 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:08:29 -0500 Subject: [PATCH] Suppress CVE-2024-8096 (#21737) --- .release/security-scan.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 54b96cdb94..e5803d0c52 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -79,6 +79,7 @@ binary { suppress { # N.b. `vulnerabilites` is the correct spelling for this tool. vulnerabilites = [ + "CVE-2024-8096", # curl@8.9.1-r0 ] paths = [ "internal/tools/proto-gen-rpc-glue/e2e/consul/*",