]> git.ipfire.org Git - thirdparty/tornado.git/tag
v6.4.2
object a5ecfab15e52202a46d34638aad93cddca86d87b
authorBen Darnell <ben@bendarnell.com>
Fri, 22 Nov 2024 02:37:18 +0000 (21:37 -0500)
What's new in Tornado 6.4.2

Nov 21, 2024
------------

Security Improvements
~~~~~~~~~~~~~~~~~~~~~

- Parsing of the cookie header is now much more efficient. The older algorithm sometimes had
  quadratic performance which allowed for a denial-of-service attack in which the server would spend
  excessive CPU time parsing cookies and block the event loop. This change fixes CVE-2024-7592.