From 28b37812b8a415397fe1c51f8e5d44038feae159 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:24:19 -0500 Subject: [PATCH] Suppress CVE-2024-9143 (#21848) Update security-scan.hcl --- .release/security-scan.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 3edf2cac82..3e9506d795 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -39,6 +39,7 @@ container { # N.b. `vulnerabilites` is the correct spelling for this tool. vulnerabilites = [ "CVE-2024-8096", # curl@8.9.1-r2, + "CVE-2024-9143", # openssl@3.3.2-r0, ] paths = [ "internal/tools/proto-gen-rpc-glue/e2e/consul/*",