]> granicus.if.org Git - python/commit
Lax cookie parsing in http.cookies could be a security issue when
authorGuido van Rossum <guido@python.org>
Tue, 16 Sep 2014 22:45:36 +0000 (15:45 -0700)
committerGuido van Rossum <guido@python.org>
Tue, 16 Sep 2014 22:45:36 +0000 (15:45 -0700)
commitc9cdd0ccadfaaac177ab7a866b979db3b073f660
tree00d7284e501ec1c19e471bb15348e6d0ff035ae9
parent038fac67c02d85df2d34f1092a51db31f758bb63
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/Cookie.py
Lib/test/test_cookie.py
Misc/ACKS
Misc/NEWS