Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/actions/govulncheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading