Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
eff621b7
Commit
eff621b7
authored
Jul 05, 2017
by
Robert Raposa
Committed by
GitHub
Jul 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15468 from edx/robrap/reduce-thresholds
Reduce xss thresholds.
parents
224606bd
cbcc8d4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
scripts/xsslint_thresholds.json
+7
-7
No files found.
scripts/xsslint_thresholds.json
View file @
eff621b7
{
"rules"
:
{
"javascript-concat-html"
:
16
9
,
"javascript-concat-html"
:
16
6
,
"javascript-escape"
:
7
,
"javascript-interpolate"
:
30
,
"javascript-interpolate"
:
29
,
"javascript-jquery-append"
:
77
,
"javascript-jquery-html"
:
19
6
,
"javascript-jquery-html"
:
19
2
,
"javascript-jquery-insert-into-target"
:
23
,
"javascript-jquery-insertion"
:
19
,
"javascript-jquery-prepend"
:
8
,
"javascript-jquery-prepend"
:
7
,
"mako-html-entities"
:
0
,
"mako-invalid-html-filter"
:
11
,
"mako-invalid-js-filter"
:
19
5
,
"mako-invalid-js-filter"
:
19
2
,
"mako-js-html-string"
:
0
,
"mako-js-missing-quotes"
:
0
,
"mako-missing-default"
:
185
,
...
...
@@ -26,7 +26,7 @@
"python-parse-error"
:
0
,
"python-requires-html-or-text"
:
0
,
"python-wrap-html"
:
239
,
"underscore-not-escaped"
:
5
72
"underscore-not-escaped"
:
5
58
},
"total"
:
18
78
"total"
:
18
52
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment