Open rebeccahum opened 3 years ago
We should add to the $HTMLExecutingFunctions property the following functions:
$HTMLExecutingFunctions
(function(){ divElem.outerHTML = "<div>Hello " + userControlledVal + "</div>"; // Warning. divElem.insertAdjacentHTML("","<b>"+ userControlledVal + "</b>"); // Warning. })();
http://blog.blueclosure.com/2017/09/
Describe the solution you'd like
We should add to the
$HTMLExecutingFunctions
property the following functions:What code should be reported as a violation?
Additional context
http://blog.blueclosure.com/2017/09/