Skip to content

fix(deps): bump golang.org/x/text to v0.39.0 for GO-2026-5970#2130

Closed
revit13 wants to merge 1 commit into
llm-d:mainfrom
revit13:lint-fix1
Closed

fix(deps): bump golang.org/x/text to v0.39.0 for GO-2026-5970#2130
revit13 wants to merge 1 commit into
llm-d:mainfrom
revit13:lint-fix1

Conversation

@revit13

@revit13 revit13 commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?
/kind bug

What this PR does / why we need it:

govulncheck fails the ci-lint gate on GO-2026-5970 (infinite loop on invalid
input in golang.org/x/text). The module was pinned transitively at v0.37.0 and
our code reaches the vulnerable norm.Form paths through the decode-step reverse
proxy and the sidecar mock handler.

This bumps golang.org/x/text to the patched v0.39.0. go mod tidy pulled the
coupled golang.org/x/* modules (net, crypto, sync, sys, term, mod, tools) to
consistent minors. No direct dependencies change; only go.mod/go.sum.

Verified with make vulncheck: "Your code is affected by 0 vulnerabilities."

Which issue(s) this PR fixes:

Fixes #

Release note (write NONE if no user-facing change):

NONE

Signed-off-by: Revital Sur <eres@il.ibm.com>
@revit13
revit13 requested a review from a team as a code owner July 22, 2026 04:06
@revit13
revit13 requested review from liu-cong and vMaroon July 22, 2026 04:06
@github-actions github-actions Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. kind/bug Categorizes issue or PR as related to a bug. labels Jul 22, 2026
@revit13 revit13 closed this Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Categorizes issue or PR as related to a bug. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant