chore(security): bump x/sys for Windows GO-2026-5024#2
Merged
Conversation
Clears GO-2026-5024 (integer overflow in NewNTUnicodeString, golang.org/x/sys/windows). Indirect-only and Windows-only, but v0.1.0 declared Windows native support so the finding now lands on a documented target. govulncheck ./... reports 0 vulnerabilities after the bump.
3 tasks
tzone85
added a commit
that referenced
this pull request
Jun 11, 2026
Adds an Unreleased section to CHANGELOG.md covering the five sequential PRs that landed today: - #2 chore(security): bump x/sys for GO-2026-5024 - #3 fix(api): validate tenant id at route boundary - #4 fix(ingest): reject option-shaped --base-ref - #5 fix(mempalace): validate Kind/Tenant/Key against path traversal - #6 chore(supply-chain): pin govulncheck + base images by digest Updates README Status to mention the hardening pass and replaces a stale `§9` design-spec cross-reference with the section's actual name (per the project's doc-style rule against the § symbol). No code changes, no behaviour changes — pure documentation refresh for the audit story.
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.44.0NewNTUnicodeString, Windows-only).govulncheckas a module-level finding ("packages you import and 1 vulnerability in modules you require, but your code doesn't appear to call these vulnerabilities") — indirect viamodernc.org/libcand gated byruntime.GOOS == "windows".Why now
v0.1.0 declared native Windows + WSL2 support (commit d41dbd3). Once a platform is documented, every vuln on that platform is in scope for the release-gating
govulncheckjob.Test plan
go build ./...go test -race ./...— all 21 packages greengovulncheck ./...— 0 vulnerabilities (was 1 module-level)golangci-lint run— 0 issues