From 4b91e665055069e8126f8d9e75b98fb5a0ca8e5d Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Thu, 6 Mar 2025 15:28:35 +0100 Subject: [PATCH] chore(BRIDGE-315): remove silenced vulns --- utils/govulncheck.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/govulncheck.sh b/utils/govulncheck.sh index fe9c09d0..99d28216 100755 --- a/utils/govulncheck.sh +++ b/utils/govulncheck.sh @@ -28,9 +28,6 @@ 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" - ignore GO-2025-3447 "BRIDGE-315 stdlib crypto/internal/nistec" has_vulns