-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.53
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: gitpython-developers/GitPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.54
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 9 files changed
- 2 contributors
Commits on Jul 22, 2026
-
fix: validate split short-option values
<!-- agent --> Single-character keyword arguments are transformed into an option token and a separate value token. The unsafe-option candidate builder only checked the keyword name, allowing an option-like value to bypass guards shared by clone, remote, revision, blame, and archive operations. Include dash-prefixed values only when short options are actually split, including sequence values, while preserving bare values and the non-splitting compatibility path. Git baseline a23bace9 defines clone -n and --upload-pack as distinct options, matching the argv boundary this validation now preserves. Refs GHSA-r9mr-m37c-5fr3. Co-authored-by: Sebastian Thiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8d0fbf - Browse repository at this point
Copy the full SHA e8d0fbfView commit details -
fix: reject unsafe clone templates
<!-- agent --> Treat git clone --template as unsafe because caller-controlled templates can install hooks that execute during clone. Add regression coverage for both direct option and keyword forms. References GHSA-6p8h-3wgx-97gf. Validated against Git baseline a23bace9. Co-authored-by: Sebastian Thiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffcb535 - Browse repository at this point
Copy the full SHA ffcb535View commit details -
fix: guard diff output options
<!-- agent --> Reject unsafe diff options before revision parsing or Git invocation so callers cannot write command output to arbitrary filesystem paths. Cover commit and index diffs, including option-like revisions, and preserve an explicit allow_unsafe_options escape hatch. References GHSA-fjr4-x663-mwxc. Validated against Git baseline a23bace9. Co-authored-by: Sebastian Thiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d51b89 - Browse repository at this point
Copy the full SHA 1d51b89View commit details -
Merge pull request #2180 from gitpython-developers/single-char-kwarg
Harden unsafe Git option validation
Configuration menu - View commit details
-
Copy full SHA for a4dc70d - Browse repository at this point
Copy the full SHA a4dc70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e59d9ba - Browse repository at this point
Copy the full SHA e59d9baView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.1.53...3.1.54