From dda31b8c705f4f07bc3623ba4a51fe3c6750b99a Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Mon, 16 Sep 2024 15:54:03 -0400 Subject: [PATCH] Backport of Fix supression into release/1.19.x (#21745) * no-op commit due to failed cherry-picking * Fix supression (#21744) fix supression --------- Co-authored-by: temp Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> --- .release/security-scan.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index e5803d0c52..3edf2cac82 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -38,6 +38,7 @@ container { suppress { # N.b. `vulnerabilites` is the correct spelling for this tool. vulnerabilites = [ + "CVE-2024-8096", # curl@8.9.1-r2, ] paths = [ "internal/tools/proto-gen-rpc-glue/e2e/consul/*", @@ -79,7 +80,6 @@ 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/*",