Bump golang.org/x/sys and golang.org/x/text past their advisories - #212
Bump golang.org/x/sys and golang.org/x/text past their advisories#212jeremy wants to merge 1 commit into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
🟢 Approval recommended
The dependency versions are valid, Go-compatible, and consistently reflected in the module files.
Pull request overview
Updates indirect Go dependencies beyond known vulnerability advisories while remaining compatible with Go 1.26.6.
Changes:
- Upgrades
x/sys,x/text, and relatedx/sync. - Refreshes corresponding module checksums.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
go.mod |
Updates indirect dependency versions. |
go.sum |
Refreshes checksums for the resolved module graph. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Clears the three open code-scanning alerts on
go.mod:Both modules are indirect, and
govulncheck ./...under go1.26.6 (the declared toolchain) reports neither as reachable from this code — GO-2026-5024 is the Windows-onlyNewNTUnicodeStringoverflow. This is a scanner-clearing bump, not a fix for an exploitable path. Taken to the current releases (x/sys v0.48.0, x/text v0.42.0); x/sync moved with them throughgo mod tidy.make checkpasses andgovulncheck ./...is clean.Summary by cubic
Bumps indirect
golang.org/x/sysandgolang.org/x/textpast their advisories, clearing the three open code-scanning alerts ongo.mod.govulncheckreports none of these are reachable from this code, so this is a scanner-clearing bump, not a fix for an exploitable path.x/sysgoes from v0.41.0 to v0.48.0,x/textfrom v0.34.0 to v0.42.0.x/syncmoves to v0.23.0 viago mod tidy.make checkpasses andgovulncheck ./...is clean.Written for commit 07075de. Summary will update on new commits.