Skip to content

Commit a350ad8

Browse files
committed
docs: add security documentation
1 parent 05e8625 commit a350ad8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Security policy
2+
3+
If you find a security vulnerability, do NOT open an issue. Email
4+
[[email protected]](mailto:[email protected]&subject=Security%20vulnerability%20in%20repo)
5+
instead. This reduces the risk of criminals getting aware and exploiting the
6+
vulnerability before we got a chance to fix it.
7+
8+
In order to determine whether you are dealing with a security issue, ask yourself these two questions:
9+
* Can I access something that's not mine, or something I shouldn't have access to?
10+
* Can I disable something for other people?
11+
12+
If the answer to either of those two questions are "yes", then you're probably dealing with a security issue.
13+
Note that even if you answer "no" to both questions, you may still be dealing with a security issue, so if you're
14+
unsure, just email us at [[email protected]](mailto:[email protected]&subject=Security%20vulnerability%20in%20repo).
15+
16+
If the bug is not security related, please use the corresponding issue template
17+
to submit it on GitHub.

0 commit comments

Comments
 (0)