From 5a84cd1abff3425f5a442c3b59538611bfd1ac91 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:42:36 -0500 Subject: [PATCH] Update security-scan.hcl (#21739) --- .release/security-scan.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index e5803d0c52..92f481526b 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -79,7 +79,8 @@ binary { suppress { # N.b. `vulnerabilites` is the correct spelling for this tool. vulnerabilites = [ - "CVE-2024-8096", # curl@8.9.1-r0 + "CVE-2024-8096", # curl@8.9.1-r0, + "CVE-2024-8096", # curl@8.9.1-r2, ] paths = [ "internal/tools/proto-gen-rpc-glue/e2e/consul/*",