chore(deps): bump pillow, django, uv to patch security vulnerabilities#213
Merged
chore(deps): bump pillow, django, uv to patch security vulnerabilities#213
Conversation
Fixes GHSA-whj4-6x5x-4v2j (CVE-2026-40192): FITS GZIP decompression bomb in Pillow. Affected versions: >= 10.3.0, < 12.2.0.
Fixes pip-audit findings blocking CI: - django 6.0.3 -> 6.0.4: CVE-2026-33033, CVE-2026-33034, CVE-2026-4292, CVE-2026-4277, CVE-2026-3902 - uv 0.10.8 -> 0.11.7: GHSA-pjjw-68hj-v9mw
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.
Summary
Patches Dependabot alert #165 plus pre-existing
pip-auditfindings that were blocking CI:12.1.1 -> 12.2.0— GHSA-whj4-6x5x-4v2j / CVE-2026-40192 (FITS GZIP decompression bomb, high)6.0.3 -> 6.0.4— CVE-2026-33033, CVE-2026-33034, CVE-2026-4292, CVE-2026-4277, CVE-2026-39020.10.8 -> 0.11.7— GHSA-pjjw-68hj-v9mwPins were edited directly instead of re-running
uv pip compileto keep the diff minimal and avoid unrelated churn from local vs. CI uv-version differences.Test plan