Sourced from gitpython's releases.
3.1.59 - Security
What's Changed
- prepare changelog for upcoming release by
@Byronin gitpython-developers/GitPython#2207- Block file-reading Git options by
@Byronin gitpython-developers/GitPython#2208- index: write blobs via git hash-object, not gitdb's odb.store by
@caroescmin gitpython-developers/GitPython#2209- Block separate git directories during clone by
@Byronin gitpython-developers/GitPython#2210- fix: harden config parsing boundaries by
@Byronin gitpython-developers/GitPython#2211repo.index.add()now respects worktree filters gitpython-developers/GitPython#2209Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.58...3.1.59
66340d7
prepare changelog prior to releasea5e047d
Merge pull request #2211
from gitpython-developers/config-sanitize-moreef7568e
fix: ignore includes in submodule configuration4b4e47f
fix: preserve multiline config values when writingb473abb
Merge pull request #2210
from gitpython-developers/fix-clone-unsafe-option5ff52cc
Merge pull request #2209
from caroescm/fix-index-add-chmodb68afff
Block separate git directories during clone93677a0
fix: index.add() now supports filters (#2021)9729ed3
Merge pull request #2208
from gitpython-developers/security-fixesce9d8e8
prepare next release