Skip to content

Commit ec20ace

Browse files
authored
chore: update .govulncheck.yaml (#1247)
Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
1 parent 0d678eb commit ec20ace

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.govulncheck.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
ignored-vulnerabilities: []
1+
ignored-vulnerabilities:
2+
# Incorrect parsing of IPv6 host literals in net/url
3+
# Found in: net/url@go1.24.13
4+
# Fixed in: net/url@go1.25.8
5+
- id: GO-2026-4601
6+
info: https://pkg.go.dev/vuln/GO-2026-4601
7+
silence-until: 2026-04-08
8+
# FileInfo can escape from a Root in os
9+
# Found in: os@go1.24.13
10+
# Fixed in: os@go1.25.8
11+
- id: GO-2026-4602
12+
info: https://pkg.go.dev/vuln/GO-2026-4602
13+
silence-until: 2026-04-08
14+
# URLs in meta content attribute actions are not escaped in html/template
15+
# Found in: html/template@go1.24.13
16+
# Fixed in: html/template@go1.25.8
17+
- id: GO-2026-4603
18+
info: https://pkg.go.dev/vuln/GO-2026-4603
19+
silence-until: 2026-04-08

0 commit comments

Comments
 (0)