Commit 5b3dabb 1 parent 4438305 commit 5b3dabb Copy full SHA for 5b3dabb
File tree 3 files changed +32
-3
lines changed
3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,13 @@ Release GIL when fetching WebP frames
91
91
Python's Global Interpreter Lock is now released when fetching WebP frames from
92
92
the libwebp decoder.
93
93
94
- Add release notes for 2.3.1, 2.3.2, 2.5.2
95
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
94
+ Added release notes for past releases
95
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
96
96
97
- TODO
97
+ Added release notes for past releases: ``2.6.0 ``, ``2.5.2 ``,
98
+ ``2.3.2 ``, ``2.3.1 ``. This effort is intended to provide a comprehensive
99
+ look at CVE data from 1995 to 2024 across three noteworthy periods:
100
+
101
+ - 1995-2010: No CVEs
102
+ - 2010-2019: A few CVEs
103
+ - 2019-2024: Many CVEs
Original file line number Diff line number Diff line change
1
+ 2.6.0
2
+ -----
3
+
4
+ Security
5
+ ========
6
+
7
+ :cve: `2014-3589 `: Fix DOS attack
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ ``PIL/IcnsImagePlugin.py `` in Python Imaging Library (PIL) and Pillow before 2.3.2 and
11
+ 2.5.x before 2.5.2 allows remote attackers to cause a denial of service via a crafted
12
+ block size.
13
+
14
+ Found and reported by Andrew Drake of dropbox.com
15
+
16
+ Other Changes
17
+ =============
18
+
19
+ Relaxed precision of some tests
20
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21
+
22
+ Relaxed imagedraw tests to allow slight errors for x86 vs x64.
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ expected to be backported to earlier versions.
69
69
3.0.0
70
70
2.8.0
71
71
2.7.0
72
+ 2.6.0
72
73
2.5.2
73
74
2.3.2
74
75
2.3.1
You can’t perform that action at this time.
0 commit comments