chore(deps): bump gitpython 3.1.45 → 3.1.50 to address GHSA-x2qx-6953-8485 and GHSA-rpm5-65cw-6hj4#1371
Open
ushnish-de wants to merge 1 commit into
Open
chore(deps): bump gitpython 3.1.45 → 3.1.50 to address GHSA-x2qx-6953-8485 and GHSA-rpm5-65cw-6hj4#1371ushnish-de wants to merge 1 commit into
ushnish-de wants to merge 1 commit into
Conversation
Addresses two security advisories in gitpython: - GHSA-x2qx-6953-8485 (NVD: Critical) - Unsafe option check validates multi_options before shlex.split transformation - GHSA-rpm5-65cw-6hj4 (High) - Command Injection via Git options bypass Both are fixed in gitpython >= 3.1.47. This is a security-only patch release with no API breakage. gitpython is a transitive dependency pulled in by wandb and mlflow-skinny; neither pins an upper bound, so the bump is safe. Verified with: - uv lock --check - uv sync --extra dev - uv run pytest (223/223 passed) Signed-off-by: Ushnish De <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps gitpython from 3.1.45 to 3.1.50 to address two security advisories:
GHSA-x2qx-6953-8485 (NVD: Critical) — Unsafe option check validates multi_options before shlex.split transformation
GHSA-rpm5-65cw-6hj4 (High) — Command Injection via Git options bypass
Both are fixed in gitpython 3.1.47+. This is a security-only change with no API breakage.
Changes
uv.lock: gitpython 3.1.45 → 3.1.50
Verification
uv lock --check ✅
uv sync --extra dev ✅
uv run pytest ✅ (223/223 passed in 12.29s)
uv run python -c "import git; print(git.version)" → 3.1.50
Context
gitpython is a transitive dependency pulled in by wandb and mlflow-skinny. Neither pins an upper bound, so the bump is safe.