Update deps (vuln)#609
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Go module dependencies across Crosslink submodules to address security/vulnerability concerns, primarily bumping golang.org/x/*, github.com/tklauser/*, and github.com/oapi-codegen/runtime.
Changes:
- Bump
golang.org/x/cryptotov0.52.0andgolang.org/x/systov0.45.0(plus relatedx/net,x/image) where applicable. - Update
github.com/tklauser/go-sysconftov0.4.0andgithub.com/tklauser/numcpustov0.12.0across modules. - Update
github.com/oapi-codegen/runtimetov1.4.1(and corresponding sums, includingnullableappearing in sums).
Reviewed changes
Copilot reviewed 6 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| zoom/go.mod | Bumps indirect vuln-related dependencies (tklauser/*, x/crypto, x/sys). |
| zoom/go.sum | Updates checksums to match zoom/go.mod dependency bumps. |
| testutil/go.mod | Bumps indirect vuln-related dependencies (tklauser/*, x/crypto, x/sys). |
| testutil/go.sum | Updates checksums to match testutil/go.mod dependency bumps. |
| illmock/go.mod | Updates oapi-codegen/runtime and aligns indirect tklauser/* + x/* deps. |
| illmock/go.sum | Updates checksums for illmock including oapi-codegen/runtime and transitive nullable. |
| directory/go.mod | Updates oapi-codegen/runtime and bumps indirect x/net + x/sys. |
| directory/go.sum | Updates checksums for directory deps (but currently missing some required /go.mod entries). |
| broker/go.mod | Updates oapi-codegen/runtime and aligns indirect tklauser/* + x/* deps. |
| broker/go.sum | Updates checksums to match broker/go.mod dependency bumps. |
| go.work.sum | Updates workspace checksum set due to dependency graph changes. |
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.
No description provided.