chore(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 in /pro - #4131
Conversation
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>
There was a problem hiding this comment.
Security review — no findings
Reviewed the full diff (pro/go.mod, pro/go.sum). This PR only bumps github.com/go-git/go-git/v5 from 5.19.1 → 5.19.2 (indirect dependency) and refreshes transitive checksums. No application code is added or modified.
Assessment
No medium, high, or critical vulnerabilities introduced or exposed by this change.
This is a security-hardening dependency update. go-git v5.19.2 backports fixes for:
- Path traversal in reference names — malicious remote refs with
..or control characters could previously escape.git/metadata boundaries during fetch/clone. - Symlink-unsafe worktree filesystem — checkout/pull operations could follow pre-existing symlinks outside the worktree.
- Transitive security patches for
golang.org/x/crypto,golang.org/x/net, andgolang.org/x/text.
Exploit-path analysis
Semaphore uses go-git (via db_lib/GoGitClient.go) for clone, pull, fetch, and checkout against project-configured repository URLs. That is attacker-influenced input (project admins choose remotes), so the above fixes are relevant — but they reduce risk rather than create it.
The root go.mod on develop already pins go-git v5.19.2; this PR brings the pro submodule lockfile into alignment. No new code paths, APIs, or configuration surfaces are introduced.
Prior threads
No unresolved automation review threads were found on this PR.
Recommendation: Safe to merge from a security perspective.
Sent by Cursor Automation: Find vulnerabilities


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.
Commits
3eeb238Merge pull request #2277 from go-git/checkout-v5008a78fgit: worktree, make the filesystem wrapper a symlink-safe boundary2263fb5Merge pull request #2268 from go-git/renovate/releases/v5.x-go-golang.org-x-t...77b7625build: Update module golang.org/x/text to v0.39.0 [SECURITY]85ea767Merge pull request #2267 from go-git/renovate/releases/v5.x-go-golang.org-x-n...198675abuild: Update module golang.org/x/net to v0.56.0 [SECURITY]4a0e66dMerge pull request #2254 from pjbgf/v5-dotgit-ref-name-containment3b306efstorage: dotgit, align reference-name safety with refname_is_safef3d0cc1storage: dotgit, reject path traversal in reference names979cfe9Merge pull request #2262 from joshblum/joshblum/to-slash-v5Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.