Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ All notable changes to this project are documented in this file.
- Target App path policy, output writes, fallbacks, failure reporting, and Sync Run orchestration now use shared modules.

### Security
- Raised the minimum Pillow version to `12.2.0` to exclude vulnerable releases.
- Raised the minimum Pillow version to `12.3.0` to exclude releases affected by [CVE-2026-54059](https://osv.dev/vulnerability/PYSEC-2026-2253), [CVE-2026-54060](https://osv.dev/vulnerability/PYSEC-2026-2254), [CVE-2026-55379](https://osv.dev/vulnerability/PYSEC-2026-2255), [CVE-2026-55380](https://osv.dev/vulnerability/PYSEC-2026-2256), and [CVE-2026-55798](https://osv.dev/vulnerability/PYSEC-2026-2257).
- LaunchAgent plist rendering now XML-escapes substituted install paths.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Pillow>=12.2.0
Pillow>=12.3.0
pyobjc-framework-Quartz>=10.0
Loading