fix(deps): remediate grpc and crypto vulnerabilities - #797
Merged
michaeljguarino merged 1 commit intoSep 9, 2026
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 | Create one focused source-remediation PR in this repository for Go dependency vulnerabilities found in deployed image ghcr.io/pluralsh/console:0.12.41.... |
| 🔗 Run history | View run history |
plural-copilot
Bot
requested review from
floreks,
maciaszczykm and
zreigz
as code owners
September 8, 2026 21:52
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
michaeljguarino
approved these changes
Sep 9, 2026
michaeljguarino
deleted the
agent/remediate-go-dependency-vulnerabilities-1788904336623
branch
September 9, 2026 14:40
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
google.golang.org/grpcfromv1.82.1tov1.83.1to cover CVE-2026-84304 and GHSA-vp52-pcj8-j9qc.golang.org/x/cryptofromv0.55.0tov0.56.0to cover CVE-2026-78662 / GO-2026-6354 and CVE-2026-56855 / GO-2026-6355.go mod tidy; no unrelated dependency upgrades were made.Non-goal
GO-2026-5932 is unaffected/not remediated in this PR because no fixed version is available. No speculative workaround has been added.
Validation
go mod tidy -diff, selected-module checks resolving grpcv1.83.1and x/cryptov0.56.0, old-version absence checks, andgit diff --check.docker compose -f docker-compose.test.yml run --rm tests(make test) timed out after 15 minutes after passing api, agents, and bundle tests.go test -v ./pkg/provider/gcp ./pkg/scm ./cmd/command/...timed out after 8 minutes during compilation without emitted test failures.Deployment follow-up
This changes the
pluralCLI source used for the Console image finding; it does not change a deployed image tag. Rebuild and release the Console image after merge forghcr.io/pluralsh/consoledeployments to receive these source fixes.