Update golang.org/x/sys to v0.47.0 to fix GO-2026-5024 - #90
Merged
Conversation
Bumps the transitive golang.org/x/sys dependency from v0.42.0 to the latest v0.47.0, which fixes an integer overflow in windows.NewNTUnicodeString (GO-2026-5024, Windows-only). mxcheck does not call the affected symbol, but govulncheck flagged it as a required module vulnerability. go mod tidy also dropped stale go.sum entries left over from an unrelated prior operation. Signed-off-by: Steffen Fritz <steffen@fritz.wtf>
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
golang.org/x/sysv0.42.0 → v0.47.0 to fix GO-2026-5024 (integer overflow inwindows.NewNTUnicodeString, Windows-only), matching GitHub's Dependabot alert Server identification by banner #9govulncheck ./...flagged it as a required-module vulnerabilitygo mod tidyalso removed stalego.sumentries (goldmark, x/crypto, x/telemetry, x/term, x/text) left over from an unrelated prior operation, unused by mxcheckmiekg/dns,spf13/pflag,jamesog/iptoasn,logrusorgru/aurora) are already pinned to their latest tagged releases — no advisories found for themTest plan
go build .go test -v ./...govulncheck ./...→ no vulnerabilities found