Skip to content

chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 in /pro#3790

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/pro/github.com/go-git/go-git/v5-5.18.0
Open

chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 in /pro#3790
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/go_modules/pro/github.com/go-git/go-git/v5-5.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

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

Release notes

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

v5.18.0

What's Changed

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

v5.17.2

What's Changed

⚠️ This release fixes a bug (go-git/go-git#1942) that blocked some users from upgrading to v5.17.1. Thanks @​pskrbasu for reporting it. 🙇

Full Changelog: go-git/go-git@v5.17.1...v5.17.2

Commits
  • ea3e7ec Merge pull request #2004 from go-git/v5-http-hardening
  • bcd20a9 plumbing: transport/http, Add support for followRedirects policy
  • 45ae193 Merge pull request #1944 from go-git/fix-perms
  • fda4f74 storage: filesystem/dotgit, Skip writing pack files that already exist on disk
  • 2212dc7 Merge pull request #1941 from go-git/renovate/releases/v5.x-go-github.com-go-...
  • ebb2d7d build: Update module github.com/go-git/go-git/v5 to v5.17.1 [SECURITY]
  • See full diff 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.17.1 to 5.18.0.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.17.1...v5.18.0)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.18.0
  dependency-type: indirect
...

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 Apr 17, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security Review Summary

go-git v5.18.0 — The primary dependency bump is healthy. It includes fixes for CVE-2026-33762, CVE-2026-34165, and CVE-2026-25934, which all affected earlier go-git versions.

1 finding (Medium): The transitive golang.org/x/net bump introduces a known vulnerability. See inline comment for details.

Open in Web View Automation 

Sent by Cursor Automation: Find vulnerabilities

Comment thread pro/go.mod
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/net v0.50.0 // indirect
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Severity: Medium — Known CVE introduced in transitive dependency

golang.org/x/net is bumped from v0.49.0 (not affected) to v0.50.0, which is the only version affected by CVE-2026-27141 (GO-2026-4559).

A missing nil-check in the golang.org/x/net/http2 frame parser allows an attacker to send crafted HTTP/2 frames (0x0a0x0f) that cause a running server to panic, leading to denial-of-service. The fix shipped in v0.51.0.

Because the previous version (v0.49.0) was not vulnerable, merging this PR actively introduces a known vulnerability into the dependency tree.

Recommendation: After merging, immediately follow up by bumping golang.org/x/net to v0.51.0 or later (e.g., via go get golang.org/x/net@v0.51.0 && go mod tidy), or request Dependabot regenerate the PR against the patched version. Alternatively, pin golang.org/x/net to >= v0.51.0 in go.mod before merging.

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