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.
1 parent c681aa7 commit bff90fcCopy full SHA for bff90fc
README.md
@@ -21,7 +21,7 @@ Add the following to your `.eslintrc` file:
21
- `detect-unsafe-regex` - Locates potentially unsafe regular expressions
22
- `detect-buffer-noassert` - Detects calls to buffer with noassert flag set
23
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
24
-- `detect-disable-mustache-escape` -
+- `detect-disable-mustache-escape` - Detects instances of setting the escapeMarkup property to false
25
- `detect-eval-with-expression` - Detects eval(var)
26
- `detect-no-csrf-before-method-override` - Detects Express.csrf before method-override
27
- `detect-non-literal-fs-filename` - Detects var in filename argument of fs calls
0 commit comments