chore(deps): bump golang.org/x/net and golang.org/x/text to fix GO-20… - #395
Merged
Conversation
strategicpause
force-pushed
the
bump-x-net-x-text
branch
from
July 23, 2026 20:41
888b4e8 to
ce46d90
Compare
xxx0624
reviewed
Jul 23, 2026
…26-5942 and GO-2026-5970 Bump golang.org/x/net from v0.42.0 to v0.56.0 to fix GO-2026-5942 (CVE-2026-46600): panic parsing invalid SVCB/HTTPS DNS RR in dns/dnsmessage. Bump golang.org/x/text from v0.27.0 to v0.39.0 to fix GO-2026-5970 (CVE-2026-56852): infinite loop in unicode/norm on invalid UTF-8. Both fix versions require Go 1.25, so bump the go directive from 1.23 to 1.25 and update the CI matrix accordingly. Also bumps transitive deps: x/sync v0.21.0, x/sys v0.46.0, x/tools v0.47.0.
strategicpause
force-pushed
the
bump-x-net-x-text
branch
3 times, most recently
from
July 23, 2026 21:10
b4a0732 to
18a5ed8
Compare
Upgrade golangci-lint from v1.60.3 to v2.12.2 and migrate the config to v2 format. The previous version was built with Go 1.23 and cannot analyze Go 1.25 code. Changes: - Migrate .golangci.yaml to v2 schema - Update GitHub Actions workflow to use golangci-lint-action v7 - Remove unused //nolint:gosec directives (gosec no longer flags these) - Add //nolint:gosec where needed for G101 and G115 false positives
strategicpause
force-pushed
the
bump-x-net-x-text
branch
from
July 23, 2026 21:18
18a5ed8 to
80f9a08
Compare
xxx0624
approved these changes
Jul 23, 2026
hoshank10
approved these changes
Jul 23, 2026
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.
Summary
Bump `golang.org/x/net` from v0.42.0 to v0.56.0 and `golang.org/x/text` from v0.27.0 to v0.39.0 to address:
Both fix versions require Go 1.25, so the `go` directive is bumped from 1.23 to 1.25.
Transitive bumps
Testing
Note
The CI workflow (.github/workflows/ci.yaml) currently tests Go 1.23 and 1.24. This PR will require updating the CI matrix to include Go 1.25."