From 17d43c63166b4e695b65ce762c6393aba8e71dda Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:43:51 -0500 Subject: [PATCH] Fix supression (#21744) fix supression --- .release/security-scan.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 92f481526b..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,8 +80,6 @@ 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-r2, ] paths = [ "internal/tools/proto-gen-rpc-glue/e2e/consul/*",