diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:42 +0100 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-12-22 17:08:42 +0100 |
| commit | 787359d80d80225095567340aa5e7ec01847fa9a (patch) | |
| tree | 41947c5be7875e746b6e1452add2b92283e926b4 /doc/source/changes.rst | |
| parent | 17ff2630af26b37f82ac1158ee3495c4390da699 (diff) | |
| parent | 2aae532a3993a100d5074cde70abe548cfc45861 (diff) | |
| download | gitpython-787359d80d80225095567340aa5e7ec01847fa9a.tar.gz | |
Merge branch 'fix-cmd-injection'
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d36194c8..a784a096 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,18 @@ Changelog ========= +3.1.30 +====== + +- Make injections of command-invocations harder or impossible for clone and others. + See https://github.com/gitpython-developers/GitPython/pull/1518 for details. + Note that this might constitute a breaking change for some users, and if so please + let us know and we add an opt-out to this. + +See the following for all changes. +https://github.com/gitpython-developers/gitpython/milestone/60?closed=1 + + 3.1.29 ====== |
