Update documentation

This commit is contained in:
Frederick Price 2023-04-22 00:20:11 -04:00
parent fefc469fda
commit 17e624e522
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@ Changelog (Pillow)
combination of \r and \n as line endings. combination of \r and \n as line endings.
[rickprice] [rickprice]
- Fix CVE-2022-45199: Pillow before 9.3.0 allows denial of service via SAMPLESPERPIXEL.
[rickprice]
- Fix CVE-2021-28676: FliDecode did not properly check that the block advance - Fix CVE-2021-28676: FliDecode did not properly check that the block advance
was non-zero, potentally leading to an infinite loop on load. was non-zero, potentally leading to an infinite loop on load.
[rickprice] [rickprice]

View File

@ -37,3 +37,5 @@ This release addresses several critical CVEs.
Pillow in the open phase, before an image was accepted Pillow in the open phase, before an image was accepted
for opening. for opening.
:cve: `CVE-2022-45199`: Pillow before 9.3.0 allows denial of service via SAMPLESPERPIXEL.