Skip to content

Commit 00dfeeb

Browse files
amirbenunclaude
andcommitted
Upgrade Go toolchain from 1.25.2 to 1.25.5 to address CVE-2025-61729
This commit upgrades the Go toolchain to version 1.25.5 to address CVE-2025-61729, a HIGH severity vulnerability in crypto/x509's HostnameError.Error() method that could lead to excessive resource consumption. While Cloudbeat is not directly affected by this vulnerability (it only impacts TLS hostname verification failures), upgrading to the patched Go version is part of standard security maintenance practices. Fixes CVE-2025-61729 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6f00bd7 commit 00dfeeb

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.4
1+
1.25.5
File renamed without changes.

bin/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.25.4.pkg
1+
.go-1.25.5.pkg

bin/gofmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.25.4.pkg
1+
.go-1.25.5.pkg

go.mod

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

3-
go 1.25.2
3+
go 1.25.5
44

55
require (
66
cloud.google.com/go/asset v1.21.1

0 commit comments

Comments
 (0)