fix(deps): bump pillow 12.3.0, setuptools 83.0.0 (PYSEC advisories)#194
Merged
Conversation
PYSEC-2026-2253..2256 pillow <=12.2.0 PcfFontFile._load_bitmaps passed
glyph dimensions to frombytes()
without a decompression-bomb check
(fixed 12.3.0)
PYSEC-2026-3447 setuptools <83 MANIFEST.in exclude rules matched
without Unicode normalization, so an
NFD filename on APFS/HFS+ could
bypass an NFC exclusion and be packed
into an sdist (fixed 83.0.0)
Re-resolution also moved two packages that were not requested:
torch 2.12.1 -> 2.13.0 (clears GHSA-rrmf-rvhw-rf47, CVSS 1.9)
cuda-toolkit 13.0.2 -> 13.0.3.0 (pulled by the torch bump)
Both reach this project only through the optional `sentence-transformers`
extra, which the default sync does not install and the test suite does not
exercise. They are therefore NOT covered by the verification below -- the
lockfile is more secure, but the extra's install path is unverified here.
Anyone enabling that extra should re-check torch/sentence-transformers
compatibility.
Verified (default dependency set): lockfile resolves pillow==12.3.0 and
setuptools==83.0.0, uv sync --frozen clean, 2939 passed / 2 skipped.
Found by scripts/osv-crosscheck.py.
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.
PYSEC-2026-2253..2256 pillow <=12.2.0 PcfFontFile._load_bitmaps passed
glyph dimensions to frombytes()
without a decompression-bomb check
(fixed 12.3.0)
PYSEC-2026-3447 setuptools <83 MANIFEST.in exclude rules matched
without Unicode normalization, so an
NFD filename on APFS/HFS+ could
bypass an NFC exclusion and be packed
into an sdist (fixed 83.0.0)
Re-resolution also moved two packages that were not requested:
torch 2.12.1 -> 2.13.0 (clears GHSA-rrmf-rvhw-rf47, CVSS 1.9)
cuda-toolkit 13.0.2 -> 13.0.3.0 (pulled by the torch bump)
Both reach this project only through the optional
sentence-transformersextra, which the default sync does not install and the test suite does not
exercise. They are therefore NOT covered by the verification below -- the
lockfile is more secure, but the extra's install path is unverified here.
Anyone enabling that extra should re-check torch/sentence-transformers
compatibility.
Verified (default dependency set): lockfile resolves pillow==12.3.0 and
setuptools==83.0.0, uv sync --frozen clean, 2939 passed / 2 skipped.
Found by scripts/osv-crosscheck.py.