Skip to content

Commit bee9c59

Browse files
authored
Merge pull request #7520 from hugovk/CVE-2023-44271
Add CVE-2023-44271 to release notes
2 parents 1c2f2c7 + 5339c1c commit bee9c59

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)