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 0220b82 commit a8922cfCopy full SHA for a8922cf
Misc/NEWS.d/2.7.18.11.rst
@@ -14,3 +14,19 @@ The list method of TarFile now has the "members" parameter
14
Various tests were added to check for proper behaviour with SymLinks
15
16
Python2 doesn't have pathlib, so those tests are disabled
17
+
18
+.. bpo: ?
19
+.. date: 2025-01-20
20
+.. nonce:
21
+.. release date: 2025-01-22
22
+.. section: Core and Builtins
23
24
+CVE-2024-6232
25
26
+Remove backtracking when parsing tarfile headers
27
28
+Python2 doesn't support PAX headers so, for the most part this doesn't affect Python2
29
30
+Various tests were added from the CVE fix to improve rigour
31
32
+[3.12] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (GH-123543)
0 commit comments