Commit 0fd6c6e
authored
fix: update Go to 1.26.1 to fix stdlib vulnerabilities (#506)
## Summary
- Updates Go from 1.26.0 to 1.26.1 to fix 5 stdlib vulnerabilities
detected by govulncheck
- Fixes: GO-2026-4599, GO-2026-4600, GO-2026-4601, GO-2026-4602,
GO-2026-4603
## Vulnerabilities fixed
- `crypto/x509`: Panic in name constraint checking, incorrect email
constraint enforcement
- `net/url`: Incorrect parsing of IPv6 host literals
- `os`: FileInfo can escape from a Root
- `html/template`: URLs in meta content attribute actions not escaped1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments