From a8c9c2ea8dc8a57e5bacac6fc48fcf171c08fa2b Mon Sep 17 00:00:00 2001 From: Jasper Date: Thu, 23 Mar 2023 13:35:08 +0100 Subject: [PATCH] Create SECURITY.md --- .github/SECURITY.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..9de0c72 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,33 @@ +# Security Policy + +## Supported Versions + +Support for Open Ticket is only available for the versions specified below! + +✅ Supported +🟧 Partially Supported +❌ Not Supported + +| Version | Supported | +| ------- | ------------------ | +| 3.3.1 | :white_check_mark: | +| 3.3.0 | 🟧 | +| 3.2.2 | 🟧 | +| < 3.2.2 | :x: | + +## Reporting a Vulnerability + +You can report Vulnerabilities, errors & bugs in the following ways: + +- Creating an issue on github +- Creating a ticket in our discord server +- Reporting the bug in DM on discord (DJj123dj#1706) +- Emailing support@dj-dj.be + +If your report an error, be clear about what is going on. +Specify the version & language of the bot together with when the error happend. (for example: when I click the close button) +Send screenshots from the error if possible, and send openticketdebug.txt (or a screenshot of it) to us. +Don't just report the error and never reply again! It can be possible that we need you for more information! + +## Contributing +Visit [Contributing.md](/.github/CONTRIBUTING.md) for rules about translating & adding features!