Skip to content

Commit 413a5e6

Browse files
committed
fix: upgrade Go to 1.25.7 to fix CVE-2025-68121 (#2002)
Upgrade Go version from 1.25.6 to 1.25.7 to address the HIGH severity vulnerability CVE-2025-68121 in crypto/tls session resumption. Fixed versions: 1.24.13, 1.25.7, 1.26.0-rc.3 (cherry picked from commit ae25e7d)
1 parent cdfc274 commit 413a5e6

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/streamnative/pulsarctl
22

3-
go 1.25.0
3+
go 1.25.7
44

55
require (
66
github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20251222030102-3bb7d4eff361

0 commit comments

Comments
 (0)