From f9d6711bc8f887529dd5a9f11444bab56a45fbad Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 6 Jul 2020 17:16:24 +0200 Subject: [PATCH] wiki(Security): Add a security policy (#3085) --- SECURITY.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..bfe83102b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,33 @@ +# Security Policy + +## Supported Versions + +We support these versions of AzerothCore: + +| AzerothCore Branch | Supported | +| ------------------ | ------------------ | +| master | :white_check_mark: | + +We support these versions of MySQL: + +| MySQL Version | Supported | +| ------------- | ------------------ | +| 5.6 | :white_check_mark: | +| 5.7 | :white_check_mark: | +| 8.0 | :white_check_mark: | + +We support these versions of MariaDB: + +| MariaDB Version | Supported | +| --------------- | ------------------ | +| 10.2 | :white_check_mark: | +| 10.3 | :white_check_mark: | +| 10.4 | :white_check_mark: | + +Note: We do not support any repacks that may or may not have been made based on AzerothCore. + +## Reporting a Vulnerability + +We class a vulnerability to be any hack or exploit that has an impact on the server performance or that gives unfair advantages in the game (e.g fly hacking or injection tools). + +If a new vulnerability is found you should always create a new [bug report](https://github.com/azerothcore/azerothcore-wotlk/issues/new).