Skip to content

Security updates#143

Open
djoreilly wants to merge 9 commits intoSUSE:sensor-base-0.7.0from
djoreilly:security-updates
Open

Security updates#143
djoreilly wants to merge 9 commits intoSUSE:sensor-base-0.7.0from
djoreilly:security-updates

Conversation

@djoreilly
Copy link
Copy Markdown

No description provided.

$ 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)
@djoreilly djoreilly marked this pull request as draft April 17, 2026 15:23
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
@djoreilly djoreilly marked this pull request as ready for review April 22, 2026 11:56
@djoreilly djoreilly requested a review from xTeixeira April 22, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant