.. / dompurify
Star Fork

DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. https://cure53.de/purify

DOMPurify
cure53
...

Latest

<script> @src ⏱️ before-load ⏱️ func-parameter
More information

Root Cause

Source: https://github.com/cure53/DOMPurify/blob/ec86d9068d4f5a2505b85e12cff9921f304bdda7/src/purify.ts#L193

DOMPurify.isSupported =
  typeof entries === 'function' &&
  typeof getParentNode === 'function' &&
  implementation &&
  implementation.createHTMLDocument !== undefined;

Source: https://github.com/cure53/DOMPurify/blob/ec86d9068d4f5a2505b85e12cff9921f304bdda7/src/purify.ts#L1479

if (!DOMPurify.isSupported) {
  return dirty;
}

Related links:

Found by @parrot409, @xssjp.


≤3.1.2

⏱️ func-parameter

Related links:

Found by @kevin_mizu.


≤3.1.1

⏱️ func-parameter

Related links:

Found by @kevin_mizu.


≤3.1.0

⏱️ func-parameter

Related links:

Found by @IcesFont.


≤2.2.2

⏱️ func-parameter

Related links:


≤2.2.0

⏱️ func-parameter

Related links:


≤2.0.16

⏱️ func-parameter

Related links:

Found by @garethheyes.


≤2.0.15

⏱️ func-parameter

Related links:

Found by @securitymb.


≤2.0.0 | CVE-2019-16728

⏱️ func-parameter

Related links:

Found by @securitymb.


Source | History