Skip to content

chore(deps): bump gitpython from 3.1.54 to 3.1.58 - #1119

Merged
frankbria merged 2 commits into
mainfrom
dependabot/uv/gitpython-3.1.58
Aug 10, 2026
Merged

chore(deps): bump gitpython from 3.1.54 to 3.1.58#1119
frankbria merged 2 commits into
mainfrom
dependabot/uv/gitpython-3.1.58

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps gitpython from 3.1.54 to 3.1.58.

Release notes

Sourced from gitpython's releases.

Security and Fixes

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.57...3.1.58

3.1.57 - Security and Fixes

What's Changed

New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.56...3.1.57

3.1.56 - SECURITY

What's Changed

Full Changelog: gitpython-developers/GitPython@3.1.55...3.1.56

3.1.55 - Security

What's Changed

... (truncated)

Commits
  • 30be45d prepare changelog for upcoming release
  • fc2f02c Merge pull request #2197 from Cyrus580529/shared-symlink-guard
  • b10e250 test: use the shared guard instead of local copies
  • e3e5da8 test: skip tests that need symlink privileges
  • 30d05e3 test: add a shared symlink capability guard
  • 9a8f6fe Merge pull request #2204 from gitpython-developers/security-fixes
  • f2550b6 Guard pathspec file inputs in high-level commands
  • d9ddb55 Guard unsafe git init options
  • 9b5dcaf Guard read-tree index output paths
  • 96a888f Check joined short-option values before Git execution
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 9, 2026
@frankbria

Copy link
Copy Markdown
Owner

Dependabot Triage — PR #1119: GitPython 3.1.54 → 3.1.58

Classification

  • Update type: Security update (patch-level, within 3.1.x)
  • Security urgency: High
  • Supply-chain risk: Low

Key observations

  • Verified five advisories, all first patched in 3.1.58 — four HIGH, one medium:
    • GHSA-wvpp-8hx9-p66j (high) — unsafe git option guard bypass via split_single_c…
    • GHSA-jm78-9fvv-mhgr (high) — git-config OPTION-name injection via =/#/whitespace
    • GHSA-hmq2-w58f-27jc (high) — arbitrary git repository creation outside the worktree
    • GHSA-9rj7-rf2p-w77r (high) — unguarded git option forwarding in Repo.init
    • GHSA-hh9p-6wh2-4mfc (medium) — arbitrary file read via --pathspec-from-file
  • The repo is on 3.1.54, inside every vulnerable range.
  • Directly in this project's threat model. CodeFRAME drives git against user-supplied repositories and paths; "arbitrary repo creation outside the worktree" and git option injection are precisely the primitives this codebase hands untrusted input to.
  • Diff is 1 file / 30 lines, uv.lock only. No new packages, no lifecycle scripts added.
  • 3.1.58 published 2026-08-04 — 6 days of ecosystem exposure.

Recommendation

Merge now

Four HIGH advisories in a library this project uses to execute git against untrusted input, fixed by a patch-level bump with a 30-line lockfile diff and no new packages. There is no meaningful supply-chain exposure to weigh against that.

Follow-up actions

  • The only failing check is claude-review, which cannot authenticate on Dependabot PRs (they run without secrets). Not a code signal and not a required check.

Supply-chain triage per the reviewing-dependabot-prs skill. Advisories verified via gh api /advisories/; action SHA pins verified by dereferencing the annotated tag to its commit. Green CI is a functional gate, not a supply-chain signal — a malicious lifecycle script passes CI happily, so the diff was scanned for one separately.

@frankbria
frankbria enabled auto-merge (squash) August 10, 2026 03:24
@frankbria

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.54 to 3.1.58.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.54...3.1.58)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.58
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/gitpython-3.1.58 branch from 3b8137a to 56efb9f Compare August 10, 2026 03:25
@frankbria
frankbria merged commit 4d231bb into main Aug 10, 2026
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/gitpython-3.1.58 branch August 10, 2026 03:53
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant