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 learninghandlebars provides the power necessary to let you build semantic templates.
Affected versions of this package are vulnerable to Cross-site Scripting (XSS) attacks.
Only the <
and >
chars were escaped. This meant that any Handlebars template that user used input in an HTML attribute value was wide open to a trivial XSS exploit. Note that unquoted attribute values are still open to attack, but this set of characters at least brings Handlebars in line with other Mustache implementations and other template languages.
<>