fix(deps): bump Pillow and langchain floors past disclosed CVEs#390
Merged
warren618 merged 1 commit intoJul 5, 2026
Merged
Conversation
Pillow >=10.0.0 -> >=12.2.0 clears PYSEC-2026-457/GHSA-3f63-hfp8-52jq (arbitrary code execution), GHSA-44wm-f244-xhp3 (buffer overflow), GHSA-j7hp-h8jx-5ppr (libwebp OOB write), PYSEC-2023-175, PYSEC-2026-165/GHSA-r73j-pqj5-w3x7 (PDF-parse infinite-loop DoS), GHSA-wjx4-4jcj-g98j (font integer overflow). langchain >=1.0.0,<2 -> >=1.3.9,<2 clears GHSA-gr75-jv2w-4656 (path traversal / sandbox escape, fixed 1.3.9); stays within the existing <2 cap. Detected by osv-scanner. Manifest-only change (pyproject.toml + agent/requirements.txt).
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.
Automated dependency-floor bump to move two direct dependencies past disclosed CVEs. Manifest-only change — no code, no lockfile behavior change; a fresh
pip installalready resolves to patched versions, so this only raises the floor so environments that pinned or cached an older release can't silently stay vulnerable.Pillow>=10.0.0→>=12.2.0Pillowis used for the shadow-account HTML/PDF report path and by the document readers (pypdfium2/openpyxl), so it can process untrusted image/document input. The floor allowed releases affected by:>=12.2.0is the minimum that clears all of the above (latest is 12.3.0).langchain>=1.0.0,<2→>=1.3.9,<21.3.9stays within your existing<2upper cap (latest 1.x is 1.3.11).Not changed here (transitive — flagged for awareness)
These resolve through
langgraph/ networking and aren't direct entries in the manifest, so I left them for you rather than pinning transitives:idna3.9.0 → 3.15 (PYSEC-2026-215 / GHSA-65pc-fj4g-8rjx)langgraph-sdk0.3.9 → 0.3.15 (GHSA-w39p-vh2g-g8g5, unsafe URL path construction)Detected by osv-scanner. All advisories are already public, which is why this is a plain PR rather than a private report. Files touched:
pyproject.toml,agent/requirements.txt.Filed by Aeon.