-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
9.0.1 | ||
----- | ||
|
||
Security | ||
======== | ||
|
||
This release addresses several security problems. | ||
|
||
:cve:`CVE-2022-24303`: If the path to the temporary directory on Linux or macOS | ||
contained a space, this would break removal of the temporary image file after | ||
``im.show()`` (and related actions), and potentially remove an unrelated file. This | ||
been present since PIL. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
hugovk
Member
|
||
|
||
:cve:`CVE-2022-22817`: While Pillow 9.0 restricted top-level builtins available to | ||
:py:meth:`PIL.ImageMath.eval`, it did not prevent builtins available to lambda | ||
expressions. These are now also restricted. | ||
|
||
Other Changes | ||
============= | ||
|
||
Pillow 9.0 added support for ``xdg-open`` as an image viewer, but there have been | ||
reports that the temporary image file was removed too quickly to be loaded into the | ||
final application. A delay has been added. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ expected to be backported to earlier versions. | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
9.0.1 | ||
9.0.0 | ||
8.4.0 | ||
8.3.2 | ||
|
This been present since PIL
- sentence is incomplete