@types/backbone
Releases52
Frequency2 months 2 days
Last Release
TypeScript definitions for backbone
CVE History
| CVE | Affected | Published | CVSS v3 | CVSS v2 |
|---|---|---|---|---|
| <= 0.3.3, >= 0.3.3, < 0.5.0 | — | 3.5 LOW | ||
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 There exists a potential Cross Site Scripting vulnerability in the `Model#Escape` function of backbone 0.3.3 and earlier, if a user is able to supply input. This is due to the regex that's replacing things to miss the conversion of things such as `<` to `<`. | ||||