Releases: TYPO3/html-sanitizer
Releases · TYPO3/html-sanitizer
2.2.0 - PHP 8.4 compatibility
2.1.4 - security update
What's Changed
- [TASK] Disable test for unicode non breaking spaces substitution by @ohader in #112
- [TASK] Streamline logging by @ohader in #115
- [BUGFIX] Correctly import nodes with different owner document by @ohader in #114
- [SECURITY] Deny processing instructions in b8f9071
Full Changelog: v2.1.3...v2.1.4
1.5.3 - security update
2.1.3 - maintenance
What's Changed
Full Changelog: v2.1.2...v2.1.3
2.1.2 - security update
1.5.2 - maintenance
What's Changed
Full Changelog: v1.5.1...v1.5.2
1.5.1 - security update
What's Changed
Full Changelog: v1.5.0...v1.5.1
2.1.1 - security update
What's Changed
- [TASK] CI: Remove workaround for phpspec/prophecy and PHP 8.2 by @andreasfernandez in #104
- [SECURITY] Mitigate XSS in CDATA and HTML raw text elements by @ohader in #105
Full Changelog: v2.1.0...v2.1.1
1.5.0 - security update
What's Changed
- [TASK] Backport library to support PHP 7.0 and 7.1 by @andreasfernandez in #103
- [SECURITY] Mitigate XSS in CDATA and HTML raw text elements by @ohader in #106
Full Changelog: v2.1.0...v1.5.0
2.1.0 - features & maintenance
What's Changed
- [FEATURE] Introduce mandatory tag attributes by @ohader in #74
- [FEATURE] Introduce
Behavior\EmptyAttrValue
by @ohader in #88 - [!!!][TASK] Rename variable
$node
to$domNode
by @ohader in #90 - [FEATURE] Add possibility to control comments and CDATA sections by @ohader in #92
- [FEATURE] Add possibility to handle nodes individually by @ohader in #95
- [TASK] Update GitHub Actions workflow by @andreasfernandez in #96
- [TASK] Streamline
\TYPO3\HtmlSanitizer\Sanitizer
by @ohader in #97 - [!!!][FEATURE] Allow to use custom output rules by @ohader in #98
- [TASK] Postpone Sanitizer deprecations by @ohader in #100
Full Changelog: v2.0.16...v2.1.0