aboutsummaryrefslogtreecommitdiff
path: root/docs/roadmap/security.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-10-02 16:19:18 +0300
committerGitHub <noreply@github.com>2020-10-02 16:19:18 +0300
commitca3472cf54466250deafbb210d81054674b5a27d (patch)
tree975dc87692d80347b3604e3d649a65dbd51e50f6 /docs/roadmap/security.md
parenta7aeded00994c56e4a6f24f53944b159be3a253d (diff)
parent8a1a4a502c1045e3f74bfe74addad130edb99f48 (diff)
downloadeslint-config-ca3472cf54466250deafbb210d81054674b5a27d.tar.xz
eslint-config-ca3472cf54466250deafbb210d81054674b5a27d.zip
Merge pull request #7 from valentineus/release/2020-06-18
Release/2020 06 18
Diffstat (limited to 'docs/roadmap/security.md')
-rw-r--r--docs/roadmap/security.md15
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"