forked from pool/python-tornado6
- Update to 6.4.2:
+ 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.
(CVE-2024-52804, bsc#1233668)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado6?expand=0&rev=44
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 03:19:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 6.4.2:
|
||||
+ 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.
|
||||
(CVE-2024-52804, bsc#1233668)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 09:32:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user