Skip to content

Commit bff90fc

Browse files
authored
README.md - document detect-disable-mustache-escape rule
1 parent c681aa7 commit bff90fc

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
@@ -21,7 +21,7 @@ Add the following to your `.eslintrc` file:
2121
- `detect-unsafe-regex` - Locates potentially unsafe regular expressions
2222
- `detect-buffer-noassert` - Detects calls to buffer with noassert flag set
2323
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
24-
- `detect-disable-mustache-escape` -
24+
- `detect-disable-mustache-escape` - Detects instances of setting the escapeMarkup property to false
2525
- `detect-eval-with-expression` - Detects eval(var)
2626
- `detect-no-csrf-before-method-override` - Detects Express.csrf before method-override
2727
- `detect-non-literal-fs-filename` - Detects var in filename argument of fs calls

0 commit comments

Comments
 (0)