chore(deps): bump gitpython and pillow - #1010
Merged
Merged
Conversation
Both are dev-group transitives: gitpython via mkdocs-git-revision-date-localized-plugin, pillow via matplotlib. Neither reaches a user install. gitpython 3.1.50 -> 3.1.57 closes command injection through unguarded git options, config section-name injection reaching core.sshCommand, and environment-variable exfiltration in clone URLs. pillow 12.2.0 -> 12.3.0 closes heap out-of-bounds writes in Image.paste, Image.crop, ImageCmsTransform.apply and ImagingExpand, plus decompression-bomb check bypasses in the font and PDF loaders.
mprib
force-pushed
the
fix/dependabot-gitpython-pillow
branch
from
July 27, 2026 13:54
93b1999 to
30b822d
Compare
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.
Dependabot flagged 22 advisories across two packages.
gitpython3.1.50 carries command injection through unguarded git options, config section-name injection reachingcore.sshCommand, and environment-variable exfiltration in clone URLs.pillow12.2.0 carries heap out-of-bounds writes inImage.paste,Image.crop,ImageCmsTransform.applyandImagingExpand, plus decompression-bomb check bypasses in the font and PDF loaders.Both are dev-group transitives,
gitpythonviamkdocs-git-revision-date-localized-pluginandpillowviamatplotlib. Neither reaches a user install, sopip install caliscopewas never exposed.Lockfile only. Both parents already accept the patched versions, so no
pyproject.tomlpins were needed.CI covers the pillow path through the reprojection report tests. It does not build the docs, so
mkdocs build --strictwas run locally to exercise the gitpython plugin. It succeeds.