This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Mandate Pillow>=10.0.1 because of libwebp CVE #16347
Merged
Merged
Conversation
This file contains 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
This ensures that people installing from PyPI directly will pull in a fixed version of libwebp that comes bundled in Pillow. See
|
DMRobertson
approved these changes
Sep 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy if CI is.
MatMaul
pushed a commit
that referenced
this pull request
Sep 18, 2023
OlegGirko
pushed a commit
to OlegGirko/synapse
that referenced
this pull request
Sep 18, 2023
…)" It's not needed to update Pillow in Fedora because it has no bundled libwebp. Fedora has older version of Pillow, and it's OK because it's not vulnerable to this bug. This reverts commit 053155a.
yingziwu
added a commit
to yingziwu/synapse
that referenced
this pull request
Sep 19, 2023
This is again a security update targeted at mitigating [CVE-2023-4863](https://cve.org/CVERecord?id=CVE-2023-4863). It turns out that libwebp is bundled statically in Pillow wheels so we need to update this dependency instead of libwebp package at the OS level. Unlike what was advertised in 1.92.2 changelog this release also impacts PyPI wheels and Debian packages from matrix.org. We encourage admins to upgrade as soon as possible. - Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels. ([\matrix-org#16347](matrix-org#16347)) * Bump pillow from 10.0.0 to 10.0.1. ([\matrix-org#16344](matrix-org#16344))
OlegGirko
pushed a commit
to OlegGirko/synapse
that referenced
this pull request
Sep 27, 2023
…)" It's not needed to update Pillow in Fedora because it has no bundled libwebp. Fedora has older version of Pillow, and it's OK because it's not vulnerable to this bug. This reverts commit 053155a.
Fizzadar
added a commit
to beeper/synapse-legacy-fork
that referenced
this pull request
Oct 11, 2023
This is again a security update targeted at mitigating [CVE-2023-4863](https://cve.org/CVERecord?id=CVE-2023-4863). It turns out that libwebp is bundled statically in Pillow wheels so we need to update this dependency instead of libwebp package at the OS level. Unlike what was advertised in 1.92.2 changelog this release also impacts PyPI wheels and Debian packages from matrix.org. We encourage admins to upgrade as soon as possible. - Pillow 10.0.1 is now mandatory because of libwebp CVE-2023-4863, since Pillow provides libwebp in the wheels. ([\matrix-org#16347](matrix-org#16347)) * Bump pillow from 10.0.0 to 10.0.1. ([\matrix-org#16344](matrix-org#16344)) # -----BEGIN PGP SIGNATURE----- # # iHUEABYKAB0WIQSTI7xPaHQ1yo0PA8uSL1esuTqr+QUCZQhY+QAKCRCSL1esuTqr # +bMqAQDqRpYdK0XdLw3PkHTCVc+XrgyN2y+KT1PlSsrGkdjeMgD/fiGsiWdf+gck # yngNrQhIIp3Co1J/zTfrRN5Hy9dCqwI= # =dVcZ # -----END PGP SIGNATURE----- # gpg: Signature made Mon Sep 18 15:04:41 2023 BST # gpg: using EDDSA key 9323BC4F687435CA8D0F03CB922F57ACB93AABF9 # gpg: Can't check signature: No public key # Conflicts: # .github/workflows/latest_deps.yml # .github/workflows/twisted_trunk.yml # poetry.lock # synapse/config/experimental.py # synapse/handlers/message.py # synapse/rest/client/read_marker.py
OlegGirko
pushed a commit
to OlegGirko/synapse
that referenced
this pull request
Dec 12, 2023
…)" It's not needed to update Pillow in Fedora because it has no bundled libwebp. Fedora has older version of Pillow, and it's OK because it's not vulnerable to this bug. This reverts commit 053155a.
OlegGirko
pushed a commit
to OlegGirko/synapse
that referenced
this pull request
Dec 12, 2023
…)" It's not needed to update Pillow in Fedora because it has no bundled libwebp. Fedora has older version of Pillow, and it's OK because it's not vulnerable to this bug. This reverts commit 053155a.
OlegGirko
pushed a commit
to OlegGirko/synapse
that referenced
this pull request
Dec 12, 2023
…)" It's not needed to update Pillow in Fedora because it has no bundled libwebp. Fedora has older version of Pillow, and it's OK because it's not vulnerable to this bug. This reverts commit 053155a.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull Request Checklist
(run the linters)