From bea2b12095b24bc98832bddfb15d949f43404408 Mon Sep 17 00:00:00 2001 From: Ali-D-Akbar Date: Wed, 17 Feb 2021 14:58:33 +0500 Subject: [PATCH] update thresholds after IM security fixes 9 --- 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 ccb06afe3f..52cfb6bdd8 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -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 }