Skip to content

Commit 5339c1c

Browse files
committed
Add CVE-2023-44271 to ImageFont.MAX_STRING_LENGTH fix in release notes
1 parent c9f7a82 commit 5339c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releasenotes/10.0.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ been processed before Pillow started checking for decompression bombs.
173173
Added ImageFont.MAX_STRING_LENGTH
174174
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
175175

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
176+
:cve:`2023-44271`: To protect against potential DOS attacks when using arbitrary strings as text
177+
input, Pillow will now raise a :py:exc:`ValueError` if the number of characters
178178
passed into ImageFont methods is over a certain limit,
179179
:py:data:`PIL.ImageFont.MAX_STRING_LENGTH`.
180180

0 commit comments

Comments
 (0)