Skip to content

Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 - #1604

Merged
github-actions[bot] merged 2 commits into
masterfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.19.2
Sep 9, 2026
Merged

Bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2#1604
github-actions[bot] merged 2 commits into
masterfrom
dependabot/go_modules/github.com/go-git/go-git/v5-5.19.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2.

Release notes

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

v5.19.2

What's Changed

Full Changelog: go-git/go-git@v5.19.1...v5.19.2

Commits
  • 3eeb238 Merge pull request #2277 from go-git/checkout-v5
  • 008a78f git: worktree, make the filesystem wrapper a symlink-safe boundary
  • 2263fb5 Merge pull request #2268 from go-git/renovate/releases/v5.x-go-golang.org-x-t...
  • 77b7625 build: Update module golang.org/x/text to v0.39.0 [SECURITY]
  • 85ea767 Merge pull request #2267 from go-git/renovate/releases/v5.x-go-golang.org-x-n...
  • 198675a build: Update module golang.org/x/net to v0.56.0 [SECURITY]
  • 4a0e66d Merge pull request #2254 from pjbgf/v5-dotgit-ref-name-containment
  • 3b306ef storage: dotgit, align reference-name safety with refname_is_safe
  • f3d0cc1 storage: dotgit, reject path traversal in reference names
  • 979cfe9 Merge pull request #2262 from joshblum/joshblum/to-slash-v5
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.19.1 to 5.19.2.
- [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.19.1...v5.19.2)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.19.2
  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 Aug 9, 2026
@ehl-jf ehl-jf added the ignore for release Automatically generated release notes label Aug 9, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 9, 2026 08:04
@ehl-jf
ehl-jf deployed to build-gate September 9, 2026 07:01 — with GitHub Actions Active
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

🚨 Frogbot scanned this pull request and found the below:

View full scan results in JFrog Platform

📗 Scan Summary

  • Frogbot scanned for vulnerabilities and found 3 issues
Scan Category Status Security Issues
Software Composition Analysis ✅ Done
3 Issues Found 3 High
Contextual Analysis ✅ Done -
Static Application Security Testing (SAST) ✅ Done Not Found
Secrets ✅ Done Not Found
Services ✅ Done Not Found
Infrastructure as Code (IaC) ✅ Done Not Found

📦 Vulnerable Dependencies

Severity ID Contextual Analysis Dependency Path
high (not applicable)
High
CVE-2026-78662 Not Applicable
1 Directgolang.org/x/crypto:0.53.0
1 Transitivegolang.org/x/crypto:0.53.0
high (not applicable)
High
CVE-2026-56855 Not Applicable
1 Directgolang.org/x/crypto:0.53.0
1 Transitivegolang.org/x/crypto:0.53.0
high (not applicable)
High
CVE-2026-56854 Not Applicable
1 Directgolang.org/x/crypto:0.53.0
1 Transitivegolang.org/x/crypto:0.53.0

🔖 Details

[ CVE-2026-78662 ] golang.org/x/crypto 0.53.0

Vulnerability Details

Contextual Analysis: Not Applicable
CVSS V3: 7.5
Dependency Path:
golang.org/x/crypto: 0.53.0 (Transitive)

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection.

Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.

[ CVE-2026-56855 ] golang.org/x/crypto 0.53.0

Vulnerability Details

Contextual Analysis: Not Applicable
CVSS V3: 7.5
Dependency Path:
golang.org/x/crypto: 0.53.0 (Transitive)

Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection.

Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connection down instead of buffering and blocking.

[ CVE-2026-56854 ] golang.org/x/crypto 0.53.0

Vulnerability Details

Contextual Analysis: Not Applicable
CVSS V3: 7.5
Dependency Path:
golang.org/x/crypto: 0.53.0 (Transitive)

The source-address critical option in the Permissions returned by an authentication callback was only enforced for the PublicKeyCallback and VerifiedPublicKeyCallback paths, extending the fix for CVE-2026-46595. Permissions returned by the PasswordCallback, KeyboardInteractiveCallback, NoClientAuthCallback, and GSSAPIWithMICConfig.AllowLogin callbacks were not validated against the client's remote address, so a source-address restriction set by those callbacks was silently ignored. The check is now applied to the Permissions returned by any authentication callback.


@github-actions
github-actions Bot merged commit f9e5f54 into master Sep 9, 2026
13 checks passed
@github-actions
github-actions Bot deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.19.2 branch September 9, 2026 07:11
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 ignore for release Automatically generated release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant