In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Cross-site Scripting (XSS) vulnerabilities in an interactive lesson.
Start learningAn escaping problem within to_html function can lead to a XSS vulnerability.
Example:
document.write(Mustache.to_html('<input value="{{val}}" />', {val:'maybe" onclick="alert(\'xss\');" nothing="'}));
<>