diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-14 11:17:13 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-14 11:18:59 +0300 |
commit | 570290241dc983abfb14bb20b0e8eb8b3a74a22d (patch) | |
tree | 02927cc2b68251f68669056cdc7b31abe4ab0c07 /ROADMAP.md | |
parent | f9ebfb719aa850b01ce3e1ee3a9d7ab359e73058 (diff) | |
download | eslint-config-570290241dc983abfb14bb20b0e8eb8b3a74a22d.tar.xz eslint-config-570290241dc983abfb14bb20b0e8eb8b3a74a22d.zip |
feat(security): Initial security plugin
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'ROADMAP.md')
-rw-r--r-- | ROADMAP.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -324,6 +324,22 @@ - [ ] "prefer-default-export" - [ ] "unambiguous" +## Security + +- [ ] "detect-buffer-noassert" +- [ ] "detect-child-process" +- [ ] "detect-disable-mustache-escape" +- [ ] "detect-eval-with-expression" +- [ ] "detect-new-buffer" +- [ ] "detect-no-csrf-before-method-override" +- [ ] "detect-non-literal-fs-filename" +- [ ] "detect-non-literal-regexp" +- [ ] "detect-non-literal-require" +- [ ] "detect-object-injection" +- [ ] "detect-possible-timing-attacks" +- [ ] "detect-pseudoRandomBytes" +- [ ] "detect-unsafe-regex" + ## TypeScript - [ ] "adjacent-overload-signatures" |