2026-09-01 16:15:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.61
3.1.61
A fixup release to avoid accidental removal of public class regex on Actor.
It's now deprecated instead.
|
2026-08-28 10:40:46 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.60
3.1.60
Security fixes for
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-g5vv-9gxw-82hx
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-whh4-5q6c-9v3x
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-239g-whfq-7xj9
|
2026-08-11 17:58:37 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.59
3.1.59
Security fixes for
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-5xxx-qhh7-9287
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-3wxw-xv34-2frg
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-8mcc-hrx5-hvxc
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-284h-m62q-gf8w
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-7833-fr7j-v32q
|
2026-08-07 10:24:51 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.58
3.1.58
Security fixes for
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-hh9p-6wh2-4mfc
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-9rj7-rf2p-w77r
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-4gmw-gg2m-w46p
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-wvpp-8hx9-p66j
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-jm78-9fvv-mhgr
* \
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-hmq2-w58f-27jc
|
2026-07-16 14:51:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.52
3.1.52
A security fix for
https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573.
3.1.51
This is primarily a security release. It prevents additional argument-injection
paths that could allow execution of arbitrary commands or writing to arbitrary
files through unsafe Git options (GHSA-956x-8gvw-wg5v), and closes bypasses of
the existing protections using abbreviated long options or joined short options
(GHSA-2f96-g7mh-g2hx).
The release also improves support for relative worktree paths and diffs against
the empty tree, preserves stderr from failed diff processes, supports relative
configuration include paths, and includes assorted documentation, typing, test,
and CI improvements.
|
2026-05-06 12:05:26 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.50
3.1.50
Save setting of configuration values, this time sections as well, as follow-up \
to 3.1.49.
|
2026-04-23 09:29:07 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.47
3.1.47
Address various security issues related to bypassing injection-protection
of unsafe Git flags.
|
2026-01-06 13:06:18 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-gitpython: updated to 3.1.46
3.1.46
Prepare a new release
Bump actions/checkout from 4 to 5
Bump git/ext/gitdb from 335c0f6 to 39d7dbf
Bump actions/setup-python from 5 to 6
Bump git/ext/gitdb from 39d7dbf to f8fdfec
Fix type hint for SymbolicReference.reference property
feat: Add support for hasconfig git rule.
Bump github/codeql-action from 3 to 4
Use actual return type in annotation for method submodule_update
Bump git/ext/gitdb from f8fdfec to 65321a2
Preliminary support for index format v3
Bump actions/checkout from 5 to 6
Pin mypy==1.18.2
Respect os.Pathlike
Bump git/ext/gitdb from 65321a2 to 4c63ee6
Join Pathlike Object to Tree
|