build(deps): bump golang.org/x/text to v0.39.0 and x/net to v0.56.0 - #1374
Merged
Merged
Conversation
Addresses two security vulnerabilities: - GO-2026-5970: Infinite loop on invalid input in golang.org/x/text (https://pkg.go.dev/vuln/GO-2026-5970) Fixed in golang.org/x/text v0.39.0 (was v0.37.0) - GO-2026-5942: Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage (https://pkg.go.dev/vuln/GO-2026-5942) Fixed in golang.org/x/net v0.56.0 (was v0.55.0) Updates all go.mod files across the root module and every integration sub-module (gin, echo, fiber, fiberv3, grpc, iris, otel, otel/otlp, crosstest, fasthttp, logrus, negroni, slog, sql, zap, zerolog). Co-Authored-By: claude-sonnet-4-5 <noreply@anthropic.com>
dingsdax
self-requested a review
July 23, 2026 08:31
dingsdax
approved these changes
Jul 23, 2026
17 tasks
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
Bumps two transitive dependencies to patch known security vulnerabilities.
Vulnerabilities Fixed
GO-2026-5970 — Infinite loop on invalid input in
golang.org/x/textgolang.org/x/text v0.37.0golang.org/x/text v0.39.0GO-2026-5942 — Panic parsing invalid SVCB/HTTPS RR in
golang.org/x/net/dns/dnsmessagegolang.org/x/net v0.55.0golang.org/x/net v0.56.0Changes
Updated
go.mod/go.sumacross the root module and all integration sub-modules:Verification
The Go vulnerability scanner (govulncheck) CI action should pass once these versions are in place.