commit | 59bdf6392de446de8a19bfa37cee52981612830e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 12 11:12:51 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 12 11:12:51 2015 +0200 |
tree | 34e1a1326c04e84ea758f65d62891135b746cf43 | |
parent | 205408dacb7844c86e49372f0f25a7018341c2b7 [diff] [blame] |
Issue #22928: Disabled HTTP header injections in httplib. Original patch by Demian Brecht.
diff --git a/Misc/NEWS b/Misc/NEWS index 8e97568..0be5fdb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Library ------- +- Issue #22928: Disabled HTTP header injections in httplib. + Original patch by Demian Brecht. + - Issue #23615: Module tarfile is now can be reloaded with imp.reload(). - Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.