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.
1 parent d25036f commit 7d29665Copy full SHA for 7d29665
CHANGES.rst
@@ -2,6 +2,27 @@
2
Changelog (Pillow)
3
==================
4
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
16
17
+- Fix OOB read in SgiRleDecode.c. CVE-2021-25293
18
19
20
+- Incorrect error code checking in TiffDecode.c. CVE-2021-25289
21
22
23
+- PyModule_AddObject fix for Python 3.10 #5194
24
+ [radarhere]
25
26
8.1.0 (2020-01-02)
27
------------------
28
0 commit comments