From 8f184c257d966f70e294e86b67d10bb756436391 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 28 Aug 2017 09:20:17 -0400 Subject: [PATCH] Reduce xss lint thresholds. --- scripts/xsslint_thresholds.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/xsslint_thresholds.json b/scripts/xsslint_thresholds.json index ef429ed180..943e08b556 100644 --- a/scripts/xsslint_thresholds.json +++ b/scripts/xsslint_thresholds.json @@ -1,10 +1,10 @@ { "rules": { - "javascript-concat-html": 166, + "javascript-concat-html": 160, "javascript-escape": 7, "javascript-interpolate": 29, "javascript-jquery-append": 77, - "javascript-jquery-html": 192, + "javascript-jquery-html": 189, "javascript-jquery-insert-into-target": 23, "javascript-jquery-insertion": 19, "javascript-jquery-prepend": 7, @@ -21,12 +21,12 @@ "python-close-before-format": 0, "python-concat-html": 25, "python-custom-escape": 13, - "python-deprecated-display-name": 43, + "python-deprecated-display-name": 41, "python-interpolate-html": 66, "python-parse-error": 0, "python-requires-html-or-text": 0, - "python-wrap-html": 239, - "underscore-not-escaped": 558 + "python-wrap-html": 235, + "underscore-not-escaped": 507 }, - "total": 1852 + "total": 1783 }