Skip to content

Commit 0fd6c6e

Browse files
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 escaped
2 parents 5ddc77d + 22caf99 commit 0fd6c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/netresearch/ofelia
22

3-
go 1.26.0
3+
go 1.26.1
44

55
require (
66
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2

0 commit comments

Comments
 (0)