File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Bugs fixed
1414
1515* Fixed a bug where Unicode escapes in CSS were not properly decoded
1616 before security checks. This prevents attackers from bypassing filters
17- using escape sequences.
17+ using escape sequences. (CVE-2026-28348)
1818* Fixed a security issue where ``<base> `` tags could be used for URL
1919 hijacking attacks. The ``<base> `` tag is now automatically removed
2020 whenever the ``<head> `` tag is removed (via ``page_structure=True ``
2121 or manual configuration), as ``<base> `` must be inside ``<head> ``
22- according to HTML specifications.
22+ according to HTML specifications. (CVE-2026-28350)
2323
24240.4.3 (2025-10-02)
2525==================
@@ -58,7 +58,7 @@ Bugs fixed
5858 within CSS comments. In certain contexts, such as within ``<svg> `` or ``<math> `` tags,
5959 ``<style> `` tags may lose their intended function, allowing comments
6060 like ``/* foo */ `` to potentially be executed by the browser.
61- If a suspicious content is detected, only the comment is removed.
61+ If a suspicious content is detected, only the comment is removed. (CVE-2024-52595)
6262
63630.3.1 (2024-10-09)
6464==================
You can’t perform that action at this time.
0 commit comments