From faa79f15d83ff0e08b85851f12204768b01020cd Mon Sep 17 00:00:00 2001 From: Elim Tsiagbey Date: Wed, 29 Jan 2025 15:58:57 -0500 Subject: [PATCH] ci(security-scanner): Suppress GHSA-29qp-crvh-w22m There is currently not a fix for GHSA-29qp-crvh-w22m. Adding the vulnerability to the suppress list for now --- .release/security-scan.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.release/security-scan.hcl b/.release/security-scan.hcl index 87e61bbf5e..db033ac545 100644 --- a/.release/security-scan.hcl +++ b/.release/security-scan.hcl @@ -30,6 +30,7 @@ binary { suppress { vulnerabilities = [ "GO-2025-3408", # yamux@v0.1.1 + "GHSA-29qp-crvh-w22m", # yamux@v0.1.1 ] } }