Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
[docs] improved README.md file
Browse files Browse the repository at this point in the history
Fixes header for `tsr-disable-mustache-escape`. This rule does not conform to the other format as it's `tsr-disable..` instead of `tsr-detect-disable...` but that's a breaking change so this just updates the docs for consistency
  • Loading branch information
theoretick authored Feb 14, 2019
1 parent 3239502 commit f40a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ More information: https://web.archive.org/web/20170129010544/https://blog.liftse

Examples: [test/rules/tsr-detect-child-process/default/test.ts.lint](test/rules/tsr-detect-child-process/default/test.ts.lint)

#### `tsr-detect-disable-mustache-escape`
#### `tsr-disable-mustache-escape`

Detects `object.escapeMarkup = false`, which can be used with some template engines to disable escaping of HTML entities. This can lead to Cross-Site Scripting (XSS) vulnerabilities.

Expand Down

0 comments on commit f40a993

Please sign in to comment.