summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-06 01:30:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-06 01:30:54 (GMT)
commit81b7374fbe5f77567642d5aa42d4c1e6eee610b2 (patch)
tree36995a727ad750225642d690508d2db92df439c6 /Misc
parente71abcc7bb0ab2d11af25d6a65db73701b58a91c (diff)
parent4e9cefaf86035f8014e09049328d197b6506532f (diff)
downloadcpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.zip
cpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.tar.gz
cpython-81b7374fbe5f77567642d5aa42d4c1e6eee610b2.tar.bz2
merge 3.2 (#16043)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7676c90..c66da32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Core and Builtins
Library
-------
+- Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode
+ will return. This resolves CVE-2013-1753.
+
- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
weakrefs.