We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c2f2c7 + 5339c1c commit bee9c59Copy full SHA for bee9c59
docs/releasenotes/10.0.0.rst
@@ -173,8 +173,8 @@ been processed before Pillow started checking for decompression bombs.
173
Added ImageFont.MAX_STRING_LENGTH
174
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
175
176
-To protect against potential DOS attacks when using arbitrary strings as text
177
-input, Pillow will now raise a ``ValueError`` if the number of characters
+:cve:`2023-44271`: To protect against potential DOS attacks when using arbitrary strings as text
+input, Pillow will now raise a :py:exc:`ValueError` if the number of characters
178
passed into ImageFont methods is over a certain limit,
179
:py:data:`PIL.ImageFont.MAX_STRING_LENGTH`.
180
0 commit comments