Skip to content

Commit

Permalink
Added release notes for python-pillow#7235
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jun 29, 2023
1 parent 2de1bf2 commit ae43cda
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/releasenotes/10.0.0.rst
Expand Up @@ -157,10 +157,15 @@ TODO
Security
========

TODO
^^^^
Limit size even if one dimension is zero
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

TODO
When performing decompression bomb checks, Pillow did not reject images with
excessive width and zero height, or zero width and excessive height. That has
now been fixed.

This effectively dates to the PIL fork, since problem images would still have
been processed before Pillow started checking for decompression bombs.

Other Changes
=============
Expand Down

0 comments on commit ae43cda

Please sign in to comment.