fix: bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0#25240
Merged
Conversation
Cherry-pick of go-git v5.19.0 bump to release/2.32. Fixes CVE-2026-45022 (improper object parsing in go-git). Original PR: #25124 Commit: c1c3b97
|
👋 Hey @Shelnutt2! This PR is targeting the Only bug fixes should be cherry-picked to release branches. If this is a bug fix, please update the PR title to match the conventional commit format: If this is not a bug fix, it likely should not target a release branch. |
f0ssel
approved these changes
May 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cherry-pick of go-git v5.19.0 bump to
release/2.32to fix CVE-2026-45022 (improper object parsing).Original PR: #25124
Ref: GHSA-389r-gv7p-r3rp
Supersedes #25226 (rebased on top of #25224).
Note
This PR was authored by Coder Agents.
Context
The cherry-pick of the original commit (
c1c3b978) had merge conflicts ingo.mod/go.sumdue to dependency drift betweenmainandrelease/2.32. Instead, the bump was applied directly viago get github.com/go-git/go-git/v5@v5.19.0followed bygo mod tidy, producing equivalent results.Linear: ENT-24