aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md16
1 files changed, 16 insertions, 0 deletions
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"