mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-11 15:54:45 +03:00
Version 6.2.2.1
This commit is contained in:
parent
c1c324c2b7
commit
eb81417e60
|
@ -2,6 +2,14 @@
|
||||||
Changelog (Pillow)
|
Changelog (Pillow)
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
6.2.2.1 (2021-10-08)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- This is the first Pillow release to support Python 2.7 from ActiveState
|
||||||
|
|
||||||
|
- Catch SGI out-of-bounds reads. CVE 2020-11538
|
||||||
|
[ucodery]
|
||||||
|
|
||||||
6.2.2 (2020-01-02)
|
6.2.2 (2020-01-02)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
10
docs/releasenotes/6.2.2.1.rst
Normal file
10
docs/releasenotes/6.2.2.1.rst
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
6.2.2.1
|
||||||
|
-------
|
||||||
|
|
||||||
|
Security
|
||||||
|
========
|
||||||
|
|
||||||
|
This release addresses CVE-2020-11538.
|
||||||
|
|
||||||
|
CVE-2019-11538 is regarding SGI images. An out-of-bounds read can occur in the
|
||||||
|
parsing of SGI image files.
|
|
@ -6,6 +6,7 @@ Release Notes
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
6.2.2.1
|
||||||
6.2.2
|
6.2.2
|
||||||
6.2.1
|
6.2.1
|
||||||
6.2.0
|
6.2.0
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Master version for Pillow
|
# Master version for Pillow
|
||||||
__version__ = "6.2.2"
|
__version__ = "6.2.2.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user