forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxsslint_thresholds.json
32 lines (32 loc) · 1.06 KB
/
xsslint_thresholds.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"rules": {
"javascript-concat-html": 160,
"javascript-escape": 7,
"javascript-interpolate": 29,
"javascript-jquery-append": 76,
"javascript-jquery-html": 187,
"javascript-jquery-insert-into-target": 21,
"javascript-jquery-insertion": 19,
"javascript-jquery-prepend": 7,
"mako-html-entities": 0,
"mako-invalid-html-filter": 9,
"mako-invalid-js-filter": 187,
"mako-js-html-string": 0,
"mako-js-missing-quotes": 0,
"mako-missing-default": 151,
"mako-multiple-page-tags": 0,
"mako-unknown-context": 0,
"mako-unparseable-expression": 0,
"mako-unwanted-html-filter": 0,
"python-close-before-format": 0,
"python-concat-html": 22,
"python-custom-escape": 13,
"python-deprecated-display-name": 41,
"python-interpolate-html": 63,
"python-parse-error": 0,
"python-requires-html-or-text": 0,
"python-wrap-html": 226,
"underscore-not-escaped": 507
},
"total": 1725
}