Open
Conversation
$ go get golang.org/x/net@v0.45.0 go: upgraded go 1.19 => 1.24.0 go: upgraded github.com/google/go-cmp v0.5.9 => v0.6.0 go: upgraded golang.org/x/crypto v0.22.0 => v0.42.0 go: upgraded golang.org/x/mod v0.10.0 => v0.27.0 go: upgraded golang.org/x/net v0.24.0 => v0.45.0 go: upgraded golang.org/x/sync v0.7.0 => v0.17.0 go: upgraded golang.org/x/sys v0.20.0 => v0.36.0 go: upgraded golang.org/x/term v0.19.0 => v0.35.0 go: upgraded golang.org/x/text v0.14.0 => v0.29.0 go: upgraded golang.org/x/tools v0.6.0 => v0.36.0 * Fixes CVE-2023-45288 (bsc#1236506) * Fixes CVE-2025-22869 (bsc#1239326, bsc#1239358) * Fixes CVE-2025-22870 (bsc#1238678) * Fixes CVE-2025-22872 (bsc#1241713) * Fixes CVE-2025-47911 (bsc#1251346) * Fixes CVE-2025-58181 (bsc#1253788) * Fixes CVE-2025-58190 (bsc#1251537)
A constant seed from the mocked clock is used in these tests to ensure the order of the server list is always the same after the shuffle. As of go1.24 math/rand.Seed is a no-op: https://pkg.go.dev/math/rand#Seed Use the new recommended way instead of rand.Shuffle().
After updating updating to go1.24 these cause the tests to fail. https://go.dev/doc/go1.24#vet
Fixes CVE-2025-22868 (bsc#1239201, bsc#1239234)
Fixes CVE-2025-24358 (bsc#1241233, bsc#1241236)
Fixes CVE-2024-45339 (bsc#1236562)
Fixes CVE-2025-58058 (bsc#1248903)
d222f91 to
b2952de
Compare
Required updating google.golang.org/api too. Fixes CVE-2026-33186 (bsc#1260088)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.