File: v4.4.2.rst

package info (click to toggle)
python-tornado 6.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,176 kB
  • sloc: python: 28,920; javascript: 156; sh: 100; ansic: 72; xml: 49; makefile: 49; sql: 23
file content (22 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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).