Skip to content

Commit 8df4435

Browse files
author
Adam Baldwin
authored
Merge pull request #8 from HamletDRC/patch-2
README.md - document detect-disable-mustache-escape rule
2 parents d913b9e + bff90fc commit 8df4435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following to your `.eslintrc` file:
2222
- `detect-unsafe-regex` - Locates potentially unsafe regular expressions
2323
- `detect-buffer-noassert` - Detects calls to buffer with noassert flag set
2424
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
25-
- `detect-disable-mustache-escape` -
25+
- `detect-disable-mustache-escape` - Detects instances of setting the escapeMarkup property to false
2626
- `detect-eval-with-expression` - Detects eval(var)
2727
- `detect-no-csrf-before-method-override` - Detects Express.csrf before method-override
2828
- `detect-non-literal-fs-filename` - Detects var in filename argument of fs calls

0 commit comments

Comments
 (0)