Merge pull request #26030 from edx/IM/security-fixes-4-thresholds

update thresholds after IM security fixes 4
This commit is contained in:
Ali Akbar
2021-01-11 16:36:44 +05:00
committed by GitHub

View File

@@ -9,10 +9,10 @@
"django-trans-escape-variable-mismatch": 0, "django-trans-escape-variable-mismatch": 0,
"django-trans-invalid-escape-filter": 0, "django-trans-invalid-escape-filter": 0,
"django-trans-missing-escape": 1, "django-trans-missing-escape": 1,
"javascript-concat-html": 41, "javascript-concat-html": 34,
"javascript-escape": 1, "javascript-escape": 1,
"javascript-jquery-append": 11, "javascript-jquery-append": 8,
"javascript-jquery-html": 33, "javascript-jquery-html": 23,
"javascript-jquery-insert-into-target": 9, "javascript-jquery-insert-into-target": 9,
"javascript-jquery-insertion": 10, "javascript-jquery-insertion": 10,
"javascript-jquery-prepend": 2, "javascript-jquery-prepend": 2,
@@ -33,8 +33,8 @@
"python-interpolate-html": 23, "python-interpolate-html": 23,
"python-parse-error": 0, "python-parse-error": 0,
"python-requires-html-or-text": 0, "python-requires-html-or-text": 0,
"python-wrap-html": 14, "python-wrap-html": 12,
"underscore-not-escaped": 180 "underscore-not-escaped": 170
}, },
"total": 400 "total": 368
} }