Added release notes for #5567

This commit is contained in:
Andrew Murray 2021-07-01 13:31:57 +10:00
parent 31c473898c
commit d254e581a1

View File

@ -82,6 +82,13 @@ format, through the new ``bitmap_format`` argument::
Security
========
Buffer overflow
^^^^^^^^^^^^^^^
This release addresses :cve:`CVE-2021-34552`. PIL since 1.1.4 and Pillow since 1.0
allowed parameters passed into a convert function to trigger buffer overflow in
Convert.c.
Parsing XML
^^^^^^^^^^^