summary refs log tree commit diff stats
path: root/security.md
diff options
context:
space:
mode:
Diffstat (limited to 'security.md')
-rw-r--r--security.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/security.md b/security.md
new file mode 100644
index 000000000..72a1a3e3d
--- /dev/null
+++ b/security.md
@@ -0,0 +1,20 @@
+# Security Policy
+
+## Supported Versions
+
+Security advisories are published at:
+https://github.com/nim-lang/security/security/advisories?state=published
+
+Security fixes are provided in new releases and in bugfix releases.
+
+We do not backport security fixes to older releases.
+
+(Yet, Linux distributions might backport security fixes for their packages.)
+
+## Reporting a Vulnerability
+
+If you have discovered a vulnerability, please notify us about it via
+security@nim-lang.org in order to set up a meeting where we can discuss the next
+steps.
+
+Please do not report vulnerabilities via GitHub issues.