matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Mandate Pillow>=10.0.1 because of libwebp CVE #16347

Closed MatMaul closed 1 year ago

MatMaul commented 1 year ago

Pull Request Checklist

DMRobertson commented 1 year ago

This ensures that people installing from PyPI directly will pull in a fixed version of libwebp that comes bundled in Pillow.

See