fix(deps): remediate console Go CVEs - #798
Open
plural-copilot[bot] wants to merge 1 commit into
Open
Conversation
plural-copilot
Bot
requested review from
floreks,
maciaszczykm,
michaeljguarino and
zreigz
as code owners
September 10, 2026 19:23
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 single remediation PR for the currently deployed mgmt/console console image only (this image maps to this plural-cli repository). Do not make GitOps/tag-promotion changes.... |
| 🔗 Run history | View run history |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
|
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
Plural Service: mgmt/console
Remediates the eligible fixed-version Go dependency findings for the console image (built from this plural-cli repository):
github.com/containerd/containerdv1.7.33 → v1.7.35. This remains an indirect dependency, used in the CLI path throughpkg/pr→ Helm registry.google.golang.org/grpcv1.83.1 → v1.83.2. This is a direct dependency used bypkg/provider/gcp.go.modand Go-tool-generatedgo.sumwere updated only. The unfixable openpgp finding was intentionally unchanged because it is unfixable and out of scope. No redis, cloud-db, Dockerfile, GitOps, or tag-promotion changes are included.Validation
Passed in Dockerized Go 1.26.6:
go mod verifygo list -m allconfirmedgithub.com/containerd/containerd v1.7.35andgoogle.golang.org/grpc v1.83.2go list -m -jsonshowed no module replacement for either dependencygo test ./pkg/provider/gcp ./pkg/pr ./cmd/pluralgo build -o /tmp/plural ./cmd/plural/tmp/plural --helpA full Docker image build was also attempted. It downloaded modules and reached the Dockerfile's final
go buildstep, but exceeded the deliberate 15-minute command timeout (exit 124); therefore image-build success is not claimed here.Deployment note
A new console image build/publish is required before GitOps promotion. This PR deliberately does not make a GitOps/tag-promotion change.