diff options
author | Charles-François Natali <neologix@free.fr> | 2012-02-18 14:02:10 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-02-18 14:02:10 (GMT) |
commit | 3ccc918b4addd3c189c4214f5283fa9aae980f41 (patch) | |
tree | 07b9755d7ba012247adae0ae6751e4046336228c /Misc | |
parent | 93abdd1ab80b014a32a97342c263cf6d623d4ce6 (diff) | |
parent | cd96b4f1ff4dd3a97eedbcea8a837388c0cb8345 (diff) | |
download | cpython-3ccc918b4addd3c189c4214f5283fa9aae980f41.zip cpython-3ccc918b4addd3c189c4214f5283fa9aae980f41.tar.gz cpython-3ccc918b4addd3c189c4214f5283fa9aae980f41.tar.bz2 |
Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer
upon malformed POST request.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -466,6 +466,9 @@ Core and Builtins Library ------- +- Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in + SimpleXMLRPCServer upon malformed POST request. + - Issue #13961: Move importlib over to using os.replace() for atomic renaming. - Do away with ambiguous level values (as suggested by PEP 328) in |