The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 learningUpgrade to version 0.5.0
or higher.
backbone is a module that adds in structure to a JavaScript heavy application through key-value pairs and custom events connecting to your RESTful API through JSON
backbone
is the npm package for Backbone.js, which uses key-value binding and custom events to connects existing API over a RESTful JSON interface.
Backbone has a security control in its Escape
function, which performs HTML encoding. However, the regex is incomplete, notably not properly handling cases such as HTML entities (e.g. not treating <
as <
). HTML Entities are often overlooked by HTML Encoding security controls, you can read more detail about a similar one in the Marked
package
This exposes a Cross-site Scripting (XSS) vulnerability if users can influence the input provided.
<>