From 51238ce86b4d5b1dffbb46f851c9d551c75d5ed7 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:04:44 +0000 Subject: [PATCH] backport of commit 8ac0e6c21d4ebc693f2009ba9768fd9ea2083ee0 --- .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 e5803d0c52b1..92f481526b1d 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/*",