You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ Updates should follow the [Keep a CHANGELOG](https://keepachangelog.com/) princi
6
6
7
7
## [Unreleased][unreleased]
8
8
9
+
## [2.8.1] - 2026-03-05
10
+
11
+
This is a **security release** to address an issue where `DisallowedRawHtml` can be bypassed, resulting in a possible cross-site scripting (XSS) vulnerability.
12
+
13
+
### Fixed
14
+
- Fixed `DisallowedRawHtmlRenderer` not blocking raw HTML tags with trailing ASCII whitespace (GHSA-4v6x-c7xx-hw9f)
15
+
- Fixed PHP 8.5 deprecation (#1107)
16
+
9
17
## [2.8.0] - 2025-11-26
10
18
11
19
### Added
@@ -717,7 +725,8 @@ No changes were introduced since the previous release.
717
725
- Alternative 1: Use `CommonMarkConverter` or `GithubFlavoredMarkdownConverter` if you don't need to customize the environment
718
726
- Alternative 2: Instantiate a new `Environment` and add the necessary extensions yourself
0 commit comments