From 570290241dc983abfb14bb20b0e8eb8b3a74a22d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 14 Feb 2020 12:17:13 +0400 Subject: feat(security): Initial security plugin Signed-off-by: Valentin Popov --- ROADMAP.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ROADMAP.md') diff --git a/ROADMAP.md b/ROADMAP.md index 46c3102..8cc9d68 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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" -- cgit v1.2.3