commit | faad6bbea6c86e30c770eb0a3648e2cd52b2e55e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Dec 05 20:02:38 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Dec 05 20:02:38 2014 -0500 |
tree | 498f964506107ba677a5960c2d5581deeb86ca92 | |
parent | 91f04dd6fd5297c8f45981aaaa4cd05eb8339fd4 [diff] [blame] |
in poplib, limit maximum line length that we read from the network (closes #16041) Patch from Berker Peksag.
diff --git a/Misc/NEWS b/Misc/NEWS index 01f23ef..cee5b85 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Library ------- +- Issue #16041: In poplib, limit maximum line length read from the server to + prevent CVE-2013-1752. + - Issue #22960: Add a context argument to xmlrpclib.ServerProxy.