Skip to content

Commit 6bb199c

Browse files
committed
Add CVE IDs to the changelog
1 parent fd10d79 commit 6bb199c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2424
0.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

6363
0.3.1 (2024-10-09)
6464
==================

0 commit comments

Comments
 (0)