Usage of vulnerable DOMPurify package
Overview
Description
Remediation Guidelines
// either DOMPurify.sanitize(htmlToSanitize, { RETURN_DOM_IMPORT:true }) // or DOMPurify.sanitize(htmlToSanitize, { RETURN_DOM_FRAGMENT: true })
References
Configuration
Last updated