From f84da056e32e0cc41cbb091a91a702d3b6e384d9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 26 Feb 2023 21:32:01 +0100 Subject: [PATCH] Create SECURITY.md --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000000..09ca7f7ceb --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +These Evennia versions are currently supported with security updates. You are recommended +to use the latest minor/patch version within each major version. + +| Version | Supported | +| ------- | ------------------ | +| 1.x | :white_check_mark: | +| < 1.0 | :x: | + +## Reporting a Vulnerability + +To report a vulnerability, go to the [issue tracker](https://github.com/evennia/evennia/issues/new/choose) and choose "Report a vulnerability". +Your report will only be visible to Evennia core devs, until they choose to publish it.