fix: update Go version to 1.25.7 to address CVE-2025-68121#1768
fix: update Go version to 1.25.7 to address CVE-2025-68121#1768WSandboxedOCCodeBot wants to merge 1 commit intokubernetes-sigs:masterfrom
Conversation
This updates the Go version from 1.25.6 to 1.25.7 to fix the following critical vulnerability in the Go standard library: CRITICAL: - CVE-2025-68121: crypto/tls: Unexpected session resumption in crypto/tls This also fixes additional vulnerabilities in golang.org/x/crypto and golang.org/x/oauth2 dependencies. Signed-off-by: WSandboxedOCCodeBot <bot@openclaw.dev>
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: WSandboxedOCCodeBot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This issue is currently awaiting triage. If metrics-server contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hi @WSandboxedOCCodeBot. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
@WSandboxedOCCodeBot You might need to sign the CLA to make the check happy. |
|
@WSandboxedOCCodeBot: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
This updates the Go version from 1.25.6 to 1.25.7 to fix the following critical vulnerability:
CRITICAL:
This also fixes additional vulnerabilities in golang.org/x/crypto and golang.org/x/oauth2 dependencies.
Vulnerability Scan Results
Trivy scan of
registry.k8s.io/metrics-server/metrics-server:v0.7.0found vulnerabilities that are fixed by updating to Go 1.25.7.Testing
Signed-off-by: WSandboxedOCCodeBot bot@openclaw.dev