Skip to content

Comments

fix: bump Go to 1.25.7 (CVE-2025-68121)#345

Open
Destynova2 wants to merge 1 commit intosteipete:mainfrom
Destynova2:fix/bump-go-1.25.7
Open

fix: bump Go to 1.25.7 (CVE-2025-68121)#345
Destynova2 wants to merge 1 commit intosteipete:mainfrom
Destynova2:fix/bump-go-1.25.7

Conversation

@Destynova2
Copy link

Summary

Pre-built release binaries are flagged by Trivy as CRITICAL due to CVE-2025-68121 — unexpected session resumption in crypto/tls. All Go versions before 1.24.13 / 1.25.7 are affected.

Changes

  • Bump go directive in go.mod from 1.24.0 to 1.25.7

Test plan

  • go build ./...
  • go test ./...

A new release would need to be cut after merging to produce patched binaries.

🤖 Generated with Claude Code

Go versions before 1.24.13 / 1.25.7 are affected by CVE-2025-68121
(unexpected session resumption in crypto/tls). Bumping to 1.25.7
ensures pre-built binaries are compiled with a patched toolchain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant