Merge pull request #27395 from edx/aakbar/update_thresholds

updating thresholds after security fixes #27391
This commit is contained in:
Ali Akbar
2021-04-22 17:11:10 +05:00
committed by GitHub

View File

@@ -9,12 +9,12 @@
"django-trans-escape-variable-mismatch": 0,
"django-trans-invalid-escape-filter": 0,
"django-trans-missing-escape": 0,
"javascript-concat-html": 18,
"javascript-concat-html": 2,
"javascript-escape": 1,
"javascript-jquery-append": 3,
"javascript-jquery-html": 8,
"javascript-jquery-insert-into-target": 4,
"javascript-jquery-insertion": 6,
"javascript-jquery-append": 1,
"javascript-jquery-html": 5,
"javascript-jquery-insert-into-target": 2,
"javascript-jquery-insertion": 0,
"javascript-jquery-prepend": 0,
"mako-html-entities": 0,
"mako-invalid-html-filter": 0,
@@ -34,7 +34,7 @@
"python-parse-error": 0,
"python-requires-html-or-text": 0,
"python-wrap-html": 0,
"underscore-not-escaped": 5
"underscore-not-escaped": 2
},
"total": 95
"total": 63
}