Skip to content

Releases: cure53/DOMPurify

DOMPurify 2.0.15

03 Sep 10:10
c025bc8
Compare
Choose a tag to compare
  • Added a renovated test suite, thanks @peernohell
  • Fixed some minor linter warnings

DOMPurify 2.0.14

27 Aug 21:02
77a7fe7
Compare
Choose a tag to compare
  • Fixed a problem with the documentMode default value

DOMPurify 2.0.12

24 Jun 14:31
05bf3fc
Compare
Choose a tag to compare
  • Fixed a minor bug when working with Trusted Types
  • Fixed some typos in a demo file
  • Fixed some wordings in code and docs

DOMPurify 2.0.11

06 May 17:09
afefcdd
Compare
Choose a tag to compare
  • Fixed faulty behavior for non breaking space characters
  • Added ADD_DATA_URI_TAGS directive to allow customizing Data URI tag behavior

DOMPurify 2.0.10

23 Apr 11:59
32fba33
Compare
Choose a tag to compare
  • Fixed a dependency problem causing builds to break
  • Fixed a test in Chrome 83 covering Trusted Types

DOMPurify 2.0.9

22 Apr 14:45
22ea2c2
Compare
Choose a tag to compare
  • Removed a meanwhile useless parser check
  • Added countless new attributes to whitelist
  • Added whole new build and system
  • Added license tag to compressed files
  • Updated README for more clarity

DOMPurify 2.0.8

03 Feb 13:11
211f0c8
Compare
Choose a tag to compare
  • Fixed a bypass that can be abused in case SAFE_FOR_JQUERY is used with jQuery 3.x, thanks @masatokinugawa 🙇‍♀️
  • Added new elements to whitelist, thanks @chris-morgan
  • Added first layer of prototype poisoning protection, thanks @dejang
  • Added better controls for uponSanitizeAttribute, thanks @devinrhode2
  • Added demo for node removal, thanks @mikesnare

DOMPurify 2.0.7

21 Oct 10:01
Compare
Choose a tag to compare
  • Fixed several mXSS vectors spotted , thanks @masatokinugawa 🙇‍♂️
  • Fixed a minor crash affecting MSIE11, see #372
  • Fixed some typos and adjusted the README

DOMPurify 2.0.6

10 Oct 08:42
7acc4c3
Compare
Choose a tag to compare
  • Enhanced the checks for SVG-/MathML-based mXSS
  • Removed several obtrusive checks and guards that are not needed any longer
  • Added better test coverage
  • Added better handling of situations where element removal causes mXSS
  • Added better handling of content type switches causing mXSS

DOMPurify 2.0.5

08 Oct 09:16
64fe2f0
Compare
Choose a tag to compare
  • Fixed a logical issue causing overly aggressive SVG removal spotted by @thorn0