Merge pull request #26596 from edx/IM/security-fixes-9-thresholds
update thresholds after IM security fixes 9
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
"django-trans-escape-variable-mismatch": 0,
|
||||
"django-trans-invalid-escape-filter": 0,
|
||||
"django-trans-missing-escape": 1,
|
||||
"javascript-concat-html": 26,
|
||||
"javascript-concat-html": 21,
|
||||
"javascript-escape": 1,
|
||||
"javascript-jquery-append": 7,
|
||||
"javascript-jquery-html": 14,
|
||||
"javascript-jquery-insert-into-target": 8,
|
||||
"javascript-jquery-insertion": 8,
|
||||
"javascript-jquery-prepend": 2,
|
||||
"javascript-jquery-append": 6,
|
||||
"javascript-jquery-html": 12,
|
||||
"javascript-jquery-insert-into-target": 6,
|
||||
"javascript-jquery-insertion": 7,
|
||||
"javascript-jquery-prepend": 1,
|
||||
"mako-html-entities": 0,
|
||||
"mako-invalid-html-filter": 0,
|
||||
"mako-invalid-js-filter": 0,
|
||||
@@ -28,13 +28,13 @@
|
||||
"mako-unwanted-html-filter": 0,
|
||||
"python-close-before-format": 0,
|
||||
"python-concat-html": 0,
|
||||
"python-custom-escape": 1,
|
||||
"python-custom-escape": 0,
|
||||
"python-deprecated-display-name": 0,
|
||||
"python-interpolate-html": 0,
|
||||
"python-parse-error": 0,
|
||||
"python-requires-html-or-text": 0,
|
||||
"python-wrap-html": 0,
|
||||
"underscore-not-escaped": 67
|
||||
"underscore-not-escaped": 6
|
||||
},
|
||||
"total": 185
|
||||
"total": 111
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user