We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d678eb commit ec20aceCopy full SHA for ec20ace
1 file changed
.govulncheck.yaml
@@ -1 +1,19 @@
1
-ignored-vulnerabilities: []
+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
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
0 commit comments