diff --git a/.github/actions/govulncheck.sh b/.github/actions/govulncheck.sh index a62be67b..b316bc89 100755 --- a/.github/actions/govulncheck.sh +++ b/.github/actions/govulncheck.sh @@ -7,9 +7,6 @@ main(){ govulncheck -json "$go_package" > vulns.json jq -r '.finding | select( (.osv != null) and (.trace[0].function != null) ) | .osv ' < vulns.json > vulns_osv_ids.txt - ignore GO-2026-4601 "BRIDGE-494 Incorrect parsing of IPv6 host literals in net/url" - ignore GO-2026-4602 "BRIDGE-494 FileInfo can escape from a Root in os on UNIX systems" - ignore GO-2026-4603 "BRIDGE-494 Actions inserting URLs into content meta tags are not escaped which could cause an XSS attack" has_vulns