]> git.ipfire.org Git - thirdparty/tornado.git/tag
v4.4.2
object c0f99bac0aeda25529e5c3df90034d4b2fa311fd
authorA. Jesse Jiryu Davis <jesse@mongodb.com>
Fri, 30 Sep 2016 22:45:01 +0000 (18:45 -0400)
What's new in Tornado 4.4.2
===========================

Oct 1, 2016
------------

Security fixes
~~~~~~~~~~~~~~

* A difference in cookie parsing between Tornado and web browsers
  (especially when combined with Google Analytics) could allow an
  attacker to set arbitrary cookies and bypass XSRF protection. The
  cookie parser has been rewritten to fix this attack.

Backwards-compatibility notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Cookies containing certain special characters (in particular semicolon
  and square brackets) are now parsed differently.
* If the cookie header contains a combination of valid and invalid cookies,
  the valid ones will be returned (older versions of Tornado would reject the
  entire header for a single invalid cookie).