-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Address CVE-2023-45288 #17703
Comments
I can work on it! |
We also need to update bbolt (including both main and release-1.3) and raft. |
Changes: - Bump toolchain version to 1.22.2 due to CVE-2023-45288 - Update CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Bump golang.org/x/net to v0.23.0 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703
Hello everyone, I'm diving into updating dependencies for CVE-2023-45288 / GO-2024-2687. Excited to give it a shot! If anyone wants to join or has advice, let me know. |
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Bump golang.org/x/net to v0.23.0 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703
Hey @rissh, I have already created all the PRs! |
Hi @henrybear327 , Thank you for taking the initiative to create the PRs! Your efforts are commendable. I'm glad to see progress on this front. Thanks again. |
Done on the bblot side! |
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Bump golang.org/x/net to v0.23.0 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
Reference: - PR etcd-io#17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Bump golang.org/x/net to v0.23.0 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
Reference: - PR etcd-io#17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
Changes: - Bump release-3.6 toolchain version to 1.22.2 due to CVE-2023-45288 - Bump golang.org/x/net to v0.23.0 - Update CHANGELOG-3.4, CHANGELOG-3.5, and CHANGELOG-3.6 - Bump go version in rw-heatmaps (which was still at 1.21 where everything else is at 1.22) Reference: - PR etcd-io#17703 Signed-off-by: Chun-Hung Tseng <[email protected]>
The vulnerability scan on CI will report an error, thus, the decision is made to also upgrade Log extract:
|
@henrybear327, yes we also need to bump |
@henrybear327, I just saw that you bumped the dependency and Go in tandem. Thanks, I'll update the to-do list from the description. |
Hey @ivanvc, Sorry that I probably should have done it in 2 PRs instead of 1. I will keep that in mind next time! :) |
With all subtasks completed. I'll go ahead and close this issue. Thanks, @henrybear327 and @MrDXY, for working on this 🙇 |
Discussed during sig-etcd triage meeting, the work has been completed for this so we can close. We need to push ahead with |
What would you like to be added?
CVE-2023-45288 / GO-2024-2687 was recently published. We need to:
Go version bump
Update CHANGELOG: done in Bump go-version to 1.22.2 for release-3.6 due to CVE-2023-45288 #17707Bump
golang.org/x/net
from 1.22.1 to 1.22.2main: Bump go-version to 1.22.2 for release-3.6 due to CVE-2023-45288 #17707release-3.5: Bump go-version to 1.21.9 for release-3.5 due to CVE-2023-45288 #17708release-3.4: Bump go-version to 1.21.9 for release-3.4 due to CVE-2023-45288 #17709Why is this needed?
To improve security and address the CVE. And to keep the Go version up to date.
The text was updated successfully, but these errors were encountered: