Skip to content

Commit

Permalink
Merge pull request #7239 from radarhere/releasenotes
Browse files Browse the repository at this point in the history
Added release notes for #7235
  • Loading branch information
hugovk committed Jun 29, 2023
2 parents 49cde0a + ae43cda commit a662fb6
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 a662fb6

Please sign in to comment.