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 8df4435 + ff2aa33 commit 5aaa080Copy full SHA for 5aaa080
README.md
@@ -24,6 +24,7 @@ Add the following to your `.eslintrc` file:
24
- `detect-child-process` - Detects instances of child_process & non-literal cp.exec()
25
- `detect-disable-mustache-escape` - Detects instances of setting the escapeMarkup property to false
26
- `detect-eval-with-expression` - Detects eval(var)
27
+- `detect-new-buffer` - Detects instances of new Buffer(argument) where argument is any non literal value
28
- `detect-no-csrf-before-method-override` - Detects Express.csrf before method-override
29
- `detect-non-literal-fs-filename` - Detects var in filename argument of fs calls
30
- `detect-non-literal-regexp` - Detects RegExp(var)
0 commit comments