Skip to content

Commit 16858a2

Browse files
Add summary identifiers to npmrepo
1 parent 6232337 commit 16858a2

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

repository/npmrepository.json

+27-2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
{
3030
"below" : "1.0.0.beta.3",
3131
"severity": "high",
32+
"identifiers": {
33+
"summary": "poorly sanitized input passed to eval()"
34+
},
3235
"info" : [ "https://github.com/wycats/handlebars.js/pull/68" ]
3336
}
3437
]
@@ -99,11 +102,17 @@
99102
"vulnerabilities" : [
100103
{ "below" : "1.1.0",
101104
"severity": "high",
105+
"identifiers": {
106+
"summary": "Cross-site scripting filter bypass"
107+
},
102108
"info" : [ "https://nealpoole.com/blog/2013/07/xss-filter-bypass-in-validator-nodejs-module/" ]
103109
},
104110
{
105111
"below" : "2.0.0",
106112
"severity": "low",
113+
"identifiers": {
114+
"summary": "Remove cross-site scripting filter"
115+
},
107116
"info" : [ "https://github.com/chriso/validator.js/commit/2d5d6999541add350fb396ef02dc42ca3215049e" ]
108117
}
109118
]
@@ -128,6 +137,9 @@
128137
{
129138
"below" : "1.0.0.beta.3",
130139
"severity": "high",
140+
"identifiers": {
141+
"summary": "poorly sanitized input passed to eval()"
142+
},
131143
"info" : [ "https://github.com/wycats/handlebars.js/pull/68" ] }
132144
]
133145
},
@@ -228,6 +240,10 @@
228240
{
229241
"below" : "0.9.7",
230242
"severity": "medium",
243+
"identifiers": {
244+
"bug": "699",
245+
"summary": "Bound attributes aren't escaped properly"
246+
},
231247
"info" : [ "https://github.com/emberjs/ember.js/issues/699" ]
232248
}
233249
]
@@ -295,7 +311,10 @@
295311
{
296312
"below" : "0.5.0",
297313
"severity": "medium",
298-
"identifiers": {"release": "0.5.0"},
314+
"identifiers": {
315+
"release": "0.5.0",
316+
"summary": "cross-site scripting vulnerability"
317+
},
299318
"info" : [ "http://backbonejs.org/#changelog" ]
300319
}
301320
]
@@ -305,7 +324,10 @@
305324
{
306325
"below" : "0.3.1",
307326
"severity": "medium",
308-
"identifiers": {"bug": "112"},
327+
"identifiers": {
328+
"bug": "112",
329+
"summary": "execution of arbitrary javascript"
330+
},
309331
"info" : [ "https://github.com/janl/mustache.js/issues/112" ]
310332
}
311333
]
@@ -423,6 +445,9 @@
423445
{
424446
"below" : "1.4.3",
425447
"severity": "medium",
448+
"identifiers": {
449+
"summary": "Sanitization not applied recursively"
450+
},
426451
"info" : [ "https://github.com/punkave/sanitize-html/issues/29" ]
427452
}
428453
]

0 commit comments

Comments
 (0)