diff options
Diffstat (limited to 'docs/roadmap/security.md')
-rw-r--r-- | docs/roadmap/security.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/roadmap/security.md b/docs/roadmap/security.md new file mode 100644 index 0000000..ce7dcf0 --- /dev/null +++ b/docs/roadmap/security.md @@ -0,0 +1,15 @@ +# 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" |