Skip to content

Commit 573dfe6

Browse files
divyansh42tekton-robot
authored andcommitted
fix(cve): CVE-2026-42505 - update Go stdlib to 1.25.12
- Update go directive from 1.25.11 to 1.25.12 - Fixes Encrypted Client Hello (ECH) privacy leak in crypto/tls - crypto/tls in Go 1.25.11 exposes cleartext SNI when invoking ECH Fixes: CVE-2026-42505 (GO-2026-5856) Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4d3bd3f commit 573dfe6

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/cli
22

3-
go 1.25.11
3+
go 1.25.12
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7

0 commit comments

Comments
 (0)