We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d913b9e + bff90fc commit 8df4435Copy full SHA for 8df4435
README.md
@@ -22,7 +22,7 @@ Add the following to your `.eslintrc` file:
22
- `detect-unsafe-regex` - Locates potentially unsafe regular expressions
23
- `detect-buffer-noassert` - Detects calls to buffer with noassert flag set
24
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
25
-- `detect-disable-mustache-escape` -
+- `detect-disable-mustache-escape` - Detects instances of setting the escapeMarkup property to false
26
- `detect-eval-with-expression` - Detects eval(var)
27
- `detect-no-csrf-before-method-override` - Detects Express.csrf before method-override
28
- `detect-non-literal-fs-filename` - Detects var in filename argument of fs calls
0 commit comments