fix: remediate plural-cli deps behind console image vulnerabilities#767
Open
plural-copilot[bot] wants to merge 1 commit into
Open
fix: remediate plural-cli deps behind console image vulnerabilities#767plural-copilot[bot] wants to merge 1 commit into
plural-copilot[bot] wants to merge 1 commit into
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 | Create a remediation PR in pluralsh/plural-cli for console-image vulnerabilities.... |
| 🔗 Run history | View run history |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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
This remediates vulnerabilities surfaced in
ghcr.io/pluralsh/console:sha-ed9877f.The console image is affected because it embeds the
pluralbinary built from this repository (pluralsh/plural-cli), so the actionable fix belongs here rather than inpluralsh/console.Dependency updates
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.0github.com/containerd/containerd:v1.7.32->v1.7.33Additional compatible transitive refreshes from
go mod tidy:golang.org/x/term:v0.42.0->v0.43.0golang.org/x/text:v0.36.0->v0.37.0Validation
Because Go is not installed on the host, validation was run with Dockerized Go 1.26.4:
go mod verifygo build -buildvcs=false ./cmd/pluralI also attempted broader
go testcoverage, but the larger package sets were too heavy/long-running for this execution environment; CI should provide the full matrix.Traceability
Workbench job:
https://console.plrldemo.onplural.sh/workbenches/dfccef7a-16c5-4125-9538-42f05d751b3e/jobs/f241f436-6869-4faa-9293-42bf973ab304