From 4fbacee328a0860cf604cb01dd09ca8ac32607bf Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 7 Feb 2025 16:15:15 +0100 Subject: [PATCH] sec: Remove yamux suppression as vuln has been revoked. (#25044) --- .release/security-scan.hcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index ae120a133..2793ded7e 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -29,9 +29,7 @@ binary { triage { suppress { vulnerabilities = [ - "GO-2025-3408", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated. - "GHSA-29qp-crvh-w22m ", // github.com/hashicorp/yamux@v0.1.2 TODO(jrasell): remove when dep updated. - "GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated. + "GO-2022-0635", // github.com/aws/aws-sdk-go@v1.55.6 TODO(jrasell): remove when dep updated. ] } }