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 ff2aa33Copy full SHA for ff2aa33
README.md
@@ -23,6 +23,7 @@ Add the following to your `.eslintrc` file:
23
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
24
- `detect-disable-mustache-escape` -
25
- `detect-eval-with-expression` - Detects eval(var)
26
+- `detect-new-buffer` - Detects instances of new Buffer(argument) where argument is any non literal value
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
29
- `detect-non-literal-regexp` - Detects RegExp(var)
0 commit comments