Details
-
Task
-
Resolution: Fixed
-
Major
-
16.9.0-rc-1
-
None
-
Unknown
-
Description
v3.2.3: DOMPurify 3.2.3
- Fixed two conditional sanitizer bypasses discovered by @parrot409 and @Slonser
- Updated the attribute clobbering checks to prevent future bypasses, thanks @parrot409
v3.2.2: DOMPurify 3.2.2
- Fixed a possible bypass in case a rather specific config for custom elements is set, thanks @yaniv-git
- Fixed several minor issues with the type definitions, thanks again @reduckted
- Fixed a minor issue with the types reference for trusted types, thanks @reduckted
- Fixed a minor problem with the template detection regex on some systems, thanks @svdb99
v3.2.1
v3.2.0: DOMPurify 3.2.0
- Added type declarations, thanks @reduckted , @philmayfield, @aloisklink, @ssi02014 and others
- Fixed a minor issue with the handling of hooks, thanks @kevin-mizu