Update go-git to v5.18.0 to remediate GHSA-3xc5-wrhm-f963#735
Merged
michaeljguarino merged 1 commit intoMay 5, 2026
Merged
Conversation
Bumped github.com/go-git/go-git/v5 from v5.17.1 to v5.18.0 to address security advisory GHSA-3xc5-wrhm-f963 affecting the console image. Changes: - go.mod: Updated go-git dependency to v5.18.0 - go.sum: Updated checksums for new version Verified: Build and basic validation passed
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Create a PR in pluralsh/plural-cli to remediate the in-scope vulnerability reported via the console image.... |
| 🔗 Run history | View run history |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
michaeljguarino
approved these changes
May 5, 2026
This was referenced May 5, 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
This PR updates
github.com/go-git/go-git/v5from v5.17.1 to v5.18.0 to address security advisory GHSA-3xc5-wrhm-f963 affecting the console image (ghcr.io/pluralsh/console:sha-a836274).Vulnerability Details
github.com/go-git/go-git/v5Changes Made
go.modto requiregithub.com/go-git/go-git/v5 v5.18.0go mod tidyto updatego.sumwith new checksumsValidation Performed
✅ Build: Successfully compiled CLI binary with v5.18.0
✅ Dependencies: All module dependencies resolved correctly
✅ Impact: Minimal - patch version update with no breaking changes
Impact Assessment
pkg/utils/git/*for basic repository operationsNext Steps
After merging this PR, the console image will need to be rebuilt to include the updated
pluralbinary with the remediated dependency.