chore(deps): bump transitive x/crypto x/net x/sys x/text — clears 17 alerts - #74
Merged
Conversation
…alerts Dependabot: 7 critical / 2 high / 8 moderate, all transitive from quic-go v0.59.0. The criticals were golang.org/x/crypto SSH-agent key-constraint bugs — code this kernel does not use, and quic-go only loads with --quic-addr, which nothing sets today. Cheap to clear regardless: x/crypto 0.41.0 -> 0.54.0 x/net 0.43.0 -> 0.57.0 x/sys 0.35.0 -> 0.47.0 x/text 0.28.0 -> 0.41.0 quic-go itself unchanged at v0.59.0, so 'stdlib + quic-go only' holds. Verified: go build ./... clean, full suite green incl. MOOS_INTEGRATION=1 against live ontology 4.0.7. authored-by: agent:claude-cowork.hp-z440 / session:sam.z440-cowork-workspace / t283-dep-bump Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Go module dependencies to address Dependabot-reported security alerts stemming from transitive golang.org/x/* packages pulled in via quic-go, keeping quic-go itself pinned while refreshing its transitive tree.
Changes:
- Bump transitive
golang.org/x/crypto,x/net,x/sys, andx/textto newer versions (indirect). - Update
go.sumhashes to match the new transitive versions. - (Unrelated to the stated PR purpose) Raise the
godirective ingo.modfrom1.24to1.25.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates indirect golang.org/x/* versions; also bumps the module Go version directive. |
| go.sum | Refreshes checksums for the updated transitive golang.org/x/* modules. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| module moos/kernel | ||
|
|
||
| go 1.24 | ||
| go 1.25.0 |
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.
Dependabot: 7 critical / 2 high / 8 moderate, all transitive from quic-go
v0.59.0. The criticals were golang.org/x/crypto SSH-agent key-constraint
bugs — code this kernel does not use, and quic-go only loads with
--quic-addr, which nothing sets today. Cheap to clear regardless:
x/crypto 0.41.0 -> 0.54.0 x/net 0.43.0 -> 0.57.0
x/sys 0.35.0 -> 0.47.0 x/text 0.28.0 -> 0.41.0
quic-go itself unchanged at v0.59.0, so 'stdlib + quic-go only' holds.
Verified: go build ./... clean, full suite green incl. MOOS_INTEGRATION=1
against live ontology 4.0.7.
authored-by: agent:claude-cowork.hp-z440 / session:sam.z440-cowork-workspace / t283-dep-bump
Co-Authored-By: Claude Fable 5 noreply@anthropic.com