Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.4] dependency: Bump golang.org/x/crypto from v0.32.0 to v0.35.0 #19477

Merged

Conversation

ivanvc
Copy link
Member

@ivanvc ivanvc commented Feb 24, 2025

To address CVE-2025-22869.

There's a change to go.mod's go directive setting the patch to 1.23.0. I know we had a conversation recently (#19429 (comment)). And we settled down on removing the patch version. However, because golang.org/x dependencies now specify up to the patch (refer to: https://cs.opensource.google/go/x/crypto/+/refs/tags/v0.34.0:go.mod;bpv=1;bpt=0;drc=89ff08d67c4d79f9ac619aaf1f7388888798651f;dlc=9290511cd23ab9813a307b7f2615325e3ca98902), it rolls over to our go.mod. Therefore, go commands fail, complaining that we need to run a go mod tidy. For example, see the failed CI run: https://github.com/ivanvc/etcd/actions/runs/13509030553/job/37745180781.

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.

To address CVE-2025-22869.

Signed-off-by: Ivan Valdes <[email protected]>
@@ -1,6 +1,6 @@
module go.etcd.io/etcd

go 1.23
go 1.23.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refer to the note in the description of this PR.

@ivanvc ivanvc mentioned this pull request Feb 24, 2025
1 task
@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, fuweid, ivanvc

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ahrtr ahrtr merged commit 827312e into etcd-io:release-3.4 Feb 25, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants