aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-05-02 17:15:55 +0800
committerGitHub <noreply@github.com>2020-05-02 17:15:55 +0800
commit82ffca3fc9988345016c8033f7f65c5b028dfe10 (patch)
treeff3dc3a7eea8cd2b71d4bb1d0cba8020c4b0dc20 /SECURITY.md
parentd9f8efa9c3f2216d6ee759352e49240e33e440be (diff)
Add security policy
Diffstat (limited to 'SECURITY.md')
-rw-r--r--SECURITY.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 00000000..0987f37d
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,11 @@
+# Security policy
+
+## Supported versions
+
+Only lastest two minor version releases are supported for patching security fixes.
+
+## Reporting a vulnerability
+
+Please send report privately to [security@gogs.io](mailto:security@gogs.io), and include how would you like to be credited.
+
+Thank you!