From 05bc0b927382490bb22baca69fcc0f74ffbd7d48 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Thu, 4 Feb 2021 09:50:20 +0500 Subject: [PATCH] update thresolds after IM security fixes 7 --- scripts/xsslint_thresholds.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index c40bd7d7b2..5ed2f72943 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -9,32 +9,32 @@ "django-trans-escape-variable-mismatch": 0, "django-trans-invalid-escape-filter": 0, "django-trans-missing-escape": 1, - "javascript-concat-html": 30, + "javascript-concat-html": 26, "javascript-escape": 1, "javascript-jquery-append": 7, - "javascript-jquery-html": 15, + "javascript-jquery-html": 14, "javascript-jquery-insert-into-target": 8, "javascript-jquery-insertion": 8, "javascript-jquery-prepend": 2, "mako-html-entities": 0, "mako-invalid-html-filter": 0, - "mako-invalid-js-filter": 1, + "mako-invalid-js-filter": 0, "mako-js-html-string": 0, "mako-js-missing-quotes": 0, - "mako-missing-default": 51, + "mako-missing-default": 50, "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": 0, - "python-custom-escape": 5, + "python-custom-escape": 1, "python-deprecated-display-name": 0, - "python-interpolate-html": 23, + "python-interpolate-html": 0, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 12, - "underscore-not-escaped": 138 + "python-wrap-html": 0, + "underscore-not-escaped": 133 }, - "total": 302 + "total": 251 }