fix: remediate vulnerable golang.org/x dependencies#769
Merged
Conversation
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the codex Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Make a minimal targeted remediation PR in pluralsh/plural-cli for the known actionable Go dependency vulnerabilities associated with the pluralsh/console image's Go code.... |
| 🔗 Run history | View run history |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
michaeljguarino
approved these changes
Jun 26, 2026
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
Versions applied
golang.org/x/crypto:v0.50.0->v0.52.0golang.org/x/net:v0.53.0->v0.55.0golang.org/x/sys:v0.43.0->v0.45.0(satisfies the requestedv0.44.0+floor)golang.org/x/termv0.42.0->v0.43.0,golang.org/x/textv0.36.0->v0.37.0Vulnerabilities addressed
golang.org/x/sys—GO-2026-5024/CVE-2026-39824golang.org/x/net—GO-2026-5025,GO-2026-5026,GO-2026-5027,GO-2026-5028,GO-2026-5029,GO-2026-5030andCVE-2026-42506,CVE-2026-42502,CVE-2026-39821,CVE-2026-27136,CVE-2026-25681,CVE-2026-25680golang.org/x/crypto—GO-2026-5005,GO-2026-5006,GO-2026-5013,GO-2026-5014,GO-2026-5015,GO-2026-5016,GO-2026-5017,GO-2026-5018,GO-2026-5019,GO-2026-5020,GO-2026-5021,GO-2026-5023,GO-2026-5033andCVE-2026-39833,CVE-2026-39832,CVE-2026-46597,CVE-2026-39828,CVE-2026-39835,CVE-2026-39827,CVE-2026-39830,CVE-2026-39829,CVE-2026-39831,CVE-2026-39834,CVE-2026-42508,CVE-2026-46595,CVE-2026-46598Validation
docker run --rm -v /plural/shared/repository:/work -w /work golang:1.26.4 /usr/local/go/bin/go mod tidydocker run --rm -v /plural/shared/repository:/work -w /work golang:1.26.4 /usr/local/go/bin/go test ./pkg/... ./cmd/command/...