Skip to content

Commit 7d29665

Browse files
committed
Update CHANGES.rst [ci skip]
1 parent d25036f commit 7d29665

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES.rst

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Changelog (Pillow)
33
==================
44

5+
8.1.1 (2020-03-01)
6+
------------------
7+
8+
- Use more specific regex chars to prevent ReDoS. CVE-2021-25292
9+
[hugovk]
10+
11+
- Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291
12+
[wiredfool]
13+
14+
- Fix negative size read in TiffDecode.c. CVE-2021-25290
15+
[wiredfool]
16+
17+
- Fix OOB read in SgiRleDecode.c. CVE-2021-25293
18+
[wiredfool]
19+
20+
- Incorrect error code checking in TiffDecode.c. CVE-2021-25289
21+
[wiredfool]
22+
23+
- PyModule_AddObject fix for Python 3.10 #5194
24+
[radarhere]
25+
526
8.1.0 (2020-01-02)
627
------------------
728

0 commit comments

Comments
 (0)