From dbb84f2ae2b0a137d01eac3b796241256d6b4f24 Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Fri, 31 Jan 2025 10:36:50 +0100 Subject: [PATCH] chore(BRIDGE-315): silence govulncheck vulns --- utils/govulncheck.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/govulncheck.sh b/utils/govulncheck.sh index 78f2c437..d744f712 100755 --- a/utils/govulncheck.sh +++ b/utils/govulncheck.sh @@ -28,6 +28,9 @@ main(){ jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt ignore GO-2023-2328 "GODT-3124 RESTY race condition" + ignore GO-2025-3373 "BRIDGE-315 stdlib crypto/x509" + ignore GO-2025-3420 "BRIDGE-315 stdlib net/http" + has_vulns echo