fix(deps): bump golang.org/x/text to v0.39.0 for GO-2026-5970#2130
Closed
revit13 wants to merge 1 commit into
Closed
fix(deps): bump golang.org/x/text to v0.39.0 for GO-2026-5970#2130revit13 wants to merge 1 commit into
revit13 wants to merge 1 commit into
Conversation
Signed-off-by: Revital Sur <eres@il.ibm.com>
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.
What type of PR is this?
/kind bug
What this PR does / why we need it:
govulncheckfails the ci-lint gate on GO-2026-5970 (infinite loop on invalidinput in
golang.org/x/text). The module was pinned transitively at v0.37.0 andour code reaches the vulnerable
norm.Formpaths through the decode-step reverseproxy and the sidecar mock handler.
This bumps
golang.org/x/textto the patched v0.39.0.go mod tidypulled thecoupled
golang.org/x/*modules (net, crypto, sync, sys, term, mod, tools) toconsistent 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
NONEif no user-facing change):