security: bump go-git/v5 to v5.19.2 - #363
Merged
Merged
Conversation
Remediates directory traversal CVE-2026-71557 / CVE-2026-71556 in go-git's filesystem storage engine. go-git is an indirect dependency (pulled in via the Pulumi automation SDK). v5.19.2 also raises the minimum versions of several golang.org/x/* modules, applied by go mod tidy.
stevenolen
marked this pull request as ready for review
August 10, 2026 14:15
stevenolen
enabled auto-merge
August 10, 2026 14:15
|
Claude finished @stevenolen's task in 37s —— View job PR Review
LGTM. The diff is exactly what What was checked:
No concerns — this is a clean, minimal security patch with no source code changes, no new dependencies, and no unexpected version movements. |
Lytol
approved these changes
Aug 12, 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
Bumps
github.com/go-git/go-git/v5from v5.19.1 to v5.19.2 to remediate a high-severity directory traversal vulnerability flagged by dependency scanning. go-git is an indirect dependency (pulled in via the Pulumi automation SDK).Details
libandcmdmodules (cmdconsumeslibvia a localreplace, so its lockfiles were re-tidied to match).golang.org/x/*modules (crypto, net, sys, term, text, tools, mod);go mod tidyapplied those.Verification
go build ./...clean; format, lint, andlib/cmdtests pass via pre-commit hooks.