aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2019-11-12 22:46:42 +0000
committerrubenwardy <rw@rubenwardy.com>2019-11-12 22:46:42 +0000
commitd89442438fdcac80d96a9f6e6059006f1bdd6bf4 (patch)
tree6cc9ffbe5e0d10ebbbb09ad360ad929a623a293f
parent08a9ae7b9452e7951af0556a25f486371b94eeaa (diff)
downloadcheatdb-d89442438fdcac80d96a9f6e6059006f1bdd6bf4.tar.xz
Add security policy
-rw-r--r--.github/SECURITY.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 0000000..1ae778a
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,19 @@
+# Security Policy
+
+## Supported Versions
+
+We only support the latest production version, deployed to <https://content.minetest.net>.
+See the [releases page](https://github.com/minetest/contentdb/releases).
+
+## Reporting a Vulnerability
+
+We ask that you report vulnerabilities privately, by contacting rubenwardy,
+to give us time to fix them. You can do that by using one of the methods outlined in the following link:
+
+* https://rubenwardy.com/contact/
+
+Depending on severity, we will either create a private issue for the vulnerability
+and release a security update, or give you permission to file the issue publicly.
+
+For more information on the justification of this policy, see
+[Responsible Disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure).