fix(security): patch sandbox app Pillow - #2725
Closed
0xjohnnydev wants to merge 3 commits into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
3 tasks
added 2 commits
August 5, 2026 00:11
9 tasks
Contributor
Author
|
This draft is now included in the consolidated Python security draft #2719. #2719 contains the sandbox-apps lockfile fix together with the matching root, Cua Bench, and sandbox Python updates, checks each lock graph separately, and remains a draft for human review. Closing this copy reduces duplicate review; nothing was merged automatically. |
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.
Problem
The sandbox app catalog's Python lockfile still resolves vulnerable cryptography and Pillow releases.
What changed
cua-sandboxlock graphs remain separate.Definition of Done
Validation
uv lock --upgrade-package cryptography==50.0.0 --upgrade-package Pillow==12.3.0inlibs/python/cua-sandbox-apps.uv lock --check.git diff --check.Impact
This changes only the sandbox app dependency lockfile. No VM, installation, or live runtime proof was run on the host.