Adeel Khan
|
37c6b60fc8
|
Adds Django template linter.
This adds Django template linter that
would check for all trans/blocktrans
tag expressions for escaping.
PROD-465
|
2019-07-25 18:54:03 +05:00 |
|
aarif
|
0bf108ea8a
|
ran python-modernize and isort on files mentioned in INCR-387
|
2019-07-10 15:47:38 +05:00 |
|
Matt Hughes
|
2f9819f247
|
Improve XSS lint for underscore templates
See also
https://edx.readthedocs.io/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#javascript-edx-namespace
The failure totals in test_main appear to've been wrong previously;
I'm just updating them to run clean via `pytest scripts/xsslint/tests`
|
2019-02-07 13:54:52 -05:00 |
|
Anthony Mangano
|
edc98939b5
|
Define XSS-linter rules on Linter classes.
|
2018-03-23 16:58:27 -04:00 |
|
Anthony Mangano
|
3e7df8688f
|
Add config module for xsslint
|
2018-03-01 16:52:42 -05:00 |
|
Anthony Mangano
|
07ca440226
|
Refactor XSS linter into smaller files
|
2018-03-01 09:46:16 -05:00 |
|