Skip to content

Releases: TYPO3/html-sanitizer

2.2.0 - PHP 8.4 compatibility

12 Jul 15:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.2.0

2.1.4 - security update

14 Nov 07:58
b8f9071
Compare
Choose a tag to compare

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

14 Nov 07:57
cead6b6
Compare
Choose a tag to compare

What's Changed

  • [TASK] Disable test for unicode non breaking spaces substitution by @ohader in #113
  • [TASK] Adjust test case for PHP 7.0 by @ohader in #116
  • [SECURITY] Deny processing instructions in cead6b6

Full Changelog: v1.5.2...v1.5.3

2.1.3 - maintenance

25 Jul 08:49
Compare
Choose a tag to compare

What's Changed

  • [TASK] Drop replacement of unicode non breaking spaces by @bnf in #110

Full Changelog: v2.1.2...v2.1.3

2.1.2 - security update

25 Jul 07:23
e3026f5
Compare
Choose a tag to compare

What's Changed

  • Sanitizer constructor documents array instead of spread by @dpi in #108
  • [SECURITY] Properly encode noscript child nodes by @ohader & @bnf in e3026f5

Full Changelog: v2.1.1...v2.1.2

1.5.2 - maintenance

25 Jul 08:50
Compare
Choose a tag to compare

What's Changed

  • [TASK] Drop replacement of unicode non breaking spaces by @bnf in #111

Full Changelog: v1.5.1...v1.5.2

1.5.1 - security update

25 Jul 07:23
090fb6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

2.1.1 - security update

13 Dec 08:08
f8b9c46
Compare
Choose a tag to compare

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

13 Dec 08:35
385741b
Compare
Choose a tag to compare

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

05 Dec 13:00
2f195f5
Compare
Choose a tag to compare

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