commit | bab4143348f2185c1a9a778a281ef84d46307842 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Feb 05 01:31:19 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Feb 05 01:31:19 2005 +0000 |
tree | c7f031bf3bf89c1847067eefbbc7f485bff0aa60 | |
parent | ab630507deaf441e16803765f07841a3e230bdf2 [diff] [blame] |
SF patch #1116583: NameError in cookielib domain check
diff --git a/Misc/NEWS b/Misc/NEWS index d816bcc..9d3e9c0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Library ------- +- Fixed bug in a NameError bug in cookielib. Patch #1116583. + - Applied a security fix to SimpleXMLRPCserver (PSF-2005-001). This disables recursive traversal through instance attributes, which can be exploited in various ways.