forked from pool/python-bleach
- update to 3.1.4 (bsc#1168280, CVE-2020-6817):
* ``bleach.clean`` behavior parsing style attributes could result in a regular expression denial of service (ReDoS). Calls to ``bleach.clean`` with an allowed tag with an allowed ``style`` attribute were vulnerable to ReDoS. For example, ``bleach.clean(..., attributes={'a': ['style']})``. * Style attributes with dashes, or single or double quoted values are cleaned instead of passed through. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 11:18:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.4 (bsc#1168280, CVE-2020-6817):
|
||||
* ``bleach.clean`` behavior parsing style attributes could result in a
|
||||
regular expression denial of service (ReDoS).
|
||||
Calls to ``bleach.clean`` with an allowed tag with an allowed
|
||||
``style`` attribute were vulnerable to ReDoS. For example,
|
||||
``bleach.clean(..., attributes={'a': ['style']})``.
|
||||
* Style attributes with dashes, or single or double quoted values are
|
||||
cleaned instead of passed through.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 10:09:15 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user