Commit 04cb66ed by Robert Raposa Committed by GitHub

Merge pull request #15903 from edx/robrap/reduce-thresholds

Reduce xss lint thresholds.
parents 47311e19 8f184c25
{ {
"rules": { "rules": {
"javascript-concat-html": 166, "javascript-concat-html": 160,
"javascript-escape": 7, "javascript-escape": 7,
"javascript-interpolate": 29, "javascript-interpolate": 29,
"javascript-jquery-append": 77, "javascript-jquery-append": 77,
"javascript-jquery-html": 192, "javascript-jquery-html": 189,
"javascript-jquery-insert-into-target": 23, "javascript-jquery-insert-into-target": 23,
"javascript-jquery-insertion": 19, "javascript-jquery-insertion": 19,
"javascript-jquery-prepend": 7, "javascript-jquery-prepend": 7,
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
"python-close-before-format": 0, "python-close-before-format": 0,
"python-concat-html": 25, "python-concat-html": 25,
"python-custom-escape": 13, "python-custom-escape": 13,
"python-deprecated-display-name": 43, "python-deprecated-display-name": 41,
"python-interpolate-html": 66, "python-interpolate-html": 66,
"python-parse-error": 0, "python-parse-error": 0,
"python-requires-html-or-text": 0, "python-requires-html-or-text": 0,
"python-wrap-html": 239, "python-wrap-html": 235,
"underscore-not-escaped": 558 "underscore-not-escaped": 507
}, },
"total": 1852 "total": 1783
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment