]> granicus.if.org Git - python/commit
Lax cookie parsing in http.cookies could be a security issue when combined
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Sep 2014 22:23:55 +0000 (00:23 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Sep 2014 22:23:55 +0000 (00:23 +0200)
commit7d0b8f95e7c6cc70c1a636312099773376337d14
treee3062b5036879bd2a96db7f5a19b52c15d8033d4
parent89e186f24ea6c10c39e90eb153bf714934be4e62
Lax cookie parsing in http.cookies could be a security issue when combined
with non-standard cookie handling in some Web browsers.

Reported by Sergey Bobrov.
Lib/http/cookies.py
Lib/test/test_http_cookies.py
Misc/ACKS
Misc/NEWS