Skip to content

Conversation

@yiminc
Copy link
Member

@yiminc yiminc commented Jan 18, 2026

Summary

  • Upgrades Go version from 1.25.0 to 1.25.5 to fix security vulnerabilities in crypto/x509

Security Fixes

Both CVEs were fixed in Go 1.25.5 (released December 2, 2025).

Impact

Once merged, new Docker images for both server and admin-tools will be built with Go 1.25.5, which includes the security fixes.

Fixes #8865
Fixes #8866

Test plan

  • CI passes with Go 1.25.5
  • Docker images build successfully

🤖 Generated with Claude Code

Fixes security vulnerabilities in crypto/x509:
- CVE-2025-61727: Excluded subdomain constraint doesn't preclude wildcard SAN
- CVE-2025-61729: Excessive resource consumption in printing error string

Fixes temporalio#8865
Fixes temporalio#8866

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@yiminc yiminc requested review from a team as code owners January 18, 2026 22:00
@yiminc yiminc merged commit cabbefa into temporalio:main Jan 20, 2026
66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address security vulnerability CVE-2025-61729 for golang:crypto/x509 Address security vulnerability CVE-2025-61727 for golang:crypto/x509

2 participants