Skip to content

Commit a9cb7e4

Browse files
jkhelilclaude
authored andcommitted
fix(cve): update Go to 1.25.10 to address stdlib security vulnerabilities
Updates Go toolchain from 1.25.8 to 1.25.10 to fix the following security vulnerabilities in the Go standard library: - GO-2026-4986: Quadratic string concatenation in net/mail (1.25.10) - GO-2026-4982: XSS via meta content URL escaping in html/template (1.25.10) - GO-2026-4980: XSS via escaper bypass in html/template (1.25.10) - GO-2026-4977: Quadratic string concatenation in net/mail (1.25.10) - GO-2026-4971: Panic on NUL byte in net.Dial/LookupPort (1.25.10) - GO-2026-4947: Excessive work in crypto/x509 chain building (1.25.9) - GO-2026-4946: Inefficient policy validation in crypto/x509 (1.25.9) - GO-2026-4918: HTTP/2 infinite loop in net/http (1.25.10) - GO-2026-4870: TLS security issue in crypto/tls (1.25.9) - GO-2026-4865: XSS in html/template (1.25.9) All vulnerabilities are in the Go standard library and are resolved by upgrading to Go 1.25.10 (minimum patch version covering all issues). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ae5d04c commit a9cb7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

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

3-
go 1.25.8
3+
go 1.25.10
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)