Pattern: Use of execUnsafeLocalFunction
/setInnerHTMLUnsafe
function
Issue: -
Do not disable auto-sanitization of HTML because this opens up your page to an XSS attack. Specifically, do not use the execUnsafeLocalFunction or setInnerHTMLUnsafe functions.