Skip to content

chore: bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0#25124

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.19.0
May 11, 2026
Merged

chore: bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0#25124
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps github.com/go-git/go-git/v5 from 5.18.0 to 5.19.0.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.19.0

What's Changed

Full Changelog: go-git/go-git@v5.18.0...v5.19.0

Commits
  • bc930f4 Merge pull request #2065 from go-git/commit-v5
  • d315264 plumbing: object, Reset object before decode
  • 6e1d348 plumbing: object, Align Tree handling with upstream
  • e134ba3 tests: Skip double checks in Git v2.11
  • 1971422 tests: Add git conformance tests for signing verification
  • a387aa8 plumbing: object, Add ErrMalformedTag
  • f415670 plumbing: object, Decode Tag headers via a state machine
  • 5b0cd38 plumbing: object, Reject multi-signature commits at Verify
  • fe8ed62 plumbing: object, Align Tag.EncodeWithoutSignature with Commit
  • 98e337d plumbing: object, Add support for Tag.SignatureSHA256
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Changelog](https://github.com/go-git/go-git/blob/main/HISTORY.md)
- [Commits](go-git/go-git@v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 11, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 11, 2026 15:39
@github-actions github-actions Bot merged commit c1c3b97 into main May 11, 2026
52 checks passed
@github-actions github-actions Bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.19.0 branch May 11, 2026 15:57
Shelnutt2 added a commit that referenced this pull request May 12, 2026
…25234)

Bumps `github.com/go-git/go-git/v5` from v5.18.0 to v5.19.0 on the
`release/2.30` branch to fix CVE-2026-45022 (improper object parsing
leading to inconsistent interpretation compared to upstream Git).

Reference:
GHSA-389r-gv7p-r3rp

Already fixed on `main` via #25124.

Fixes https://linear.app/codercom/issue/ENT-39

> 🤖 Generated with [Coder Agents](https://coder.com)
Shelnutt2 added a commit that referenced this pull request May 12, 2026
…e/2.31) (#25236)

Bumps `github.com/go-git/go-git/v5` from 5.18.0 to 5.19.0 on the
release/2.31 branch to fix CVE-2026-45022 (GHSA-389r-gv7p-r3rp):
go-git's improper parsing of specially crafted objects may lead to
inconsistent interpretation compared to upstream Git.

Equivalent of [#25124](#25124) on
main, adapted for the release/2.31 dependency tree.

Supersedes #25215 (rebased on top of #25212, #25213, #25214).

Fixes https://linear.app/codercom/issue/ENT-3

> [!NOTE]
> 🤖 Generated with [Coder Agents](https://coder.com)
Shelnutt2 added a commit that referenced this pull request May 12, 2026
Cherry-pick of go-git v5.19.0 bump to `release/2.32` to 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.

<details><summary>Context</summary>

The cherry-pick of the original commit (`c1c3b978`) had merge conflicts
in `go.mod`/`go.sum` due to dependency drift between `main` and
`release/2.32`. Instead, the bump was applied directly via `go get
github.com/go-git/go-git/v5@v5.19.0` followed by `go mod tidy`,
producing equivalent results.

Linear: ENT-24

</details>
Shelnutt2 added a commit that referenced this pull request May 13, 2026
Cherry-pick go-git v5.19.0 bump to the `release/2.33` branch to fix
CVE-2026-45022 (improper object parsing).

Original PR: #25124 (commit c1c3b97)

Refs
GHSA-389r-gv7p-r3rp

> [!NOTE]
> Generated by Coder Agents.
[ENT-31](https://linear.app/codercom/issue/ENT-31)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Shelnutt2 added a commit that referenced this pull request May 13, 2026
## Summary

Upgrades `github.com/go-git/go-git/v5` from v5.18.0 to v5.19.0 on
`release/2.29` to fix CVE-2026-45022 (improper object parsing leading to
inconsistent interpretation compared to upstream Git).

## Changes

- Bumped `github.com/go-git/go-git/v5` v5.18.0 → v5.19.0
- Bumped transitive dependencies pulled in by go-git (go-billy,
golang.org/x/*, klauspost/cpuid)

## References

- [CVE-2026-45022
Advisory](GHSA-389r-gv7p-r3rp)
- Original fix on `main`: #25124
- Linear: ENT-45

> 🤖 Generated by Coder Agents ([agent
session](https://linear.app/codercom/issue/ENT-45/ironbank-v229x-upgrade-go-git-from-v5180-cve-2026-45022#agent-session-aeb14583))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants