summaryrefslogtreecommitdiff
path: root/.github/SECURITY.md
blob: 4f3e9e6248c038cb6adb19823cb06c7ba34efed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Security Policy

## Supported Versions

We support the following versions of dependencies.

:white_check_mark: = supported
:red_circle: = NOT supported
unspecified = might work but no guarantee

Versions of AzerothCore:

| AzerothCore Branch | Supported          |
| ------------------ | ------------------ |
| master             | :white_check_mark: |

Versions of MySQL:

| MySQL Version | Supported          |
| ------------- | ------------------ |
| 8.0           | :white_check_mark: |
| 5.7           | :white_check_mark: |
| 5.6 and lower | :red_circle:       |

Versions of MariaDB:

| MariaDB Version | Supported          |
| --------------- | ------------------ |
| 10.6            | :white_check_mark: |
| 10.5            | :white_check_mark: |
| 10.4            | :white_check_mark: |
| 10.3            | :white_check_mark: |
| 10.2            | :white_check_mark: |

Versions of CLang:

| CLang Version   | Supported          |
| --------------- | ------------------ |
| 12              | :white_check_mark: |
| 11              | :white_check_mark: |
| 10              | :white_check_mark: |
| 9 and lower     | :red_circle:       |

Versions of GCC:

| GCC Version     | Supported          |
| --------------- | ------------------ |
| 10              | :white_check_mark: |
| 9               | :white_check_mark: |
| 8               | :white_check_mark: |
| 7 and lower     | :red_circle:       |

Versions of Ubuntu:

| Ubuntu version  | Supported          |
| --------------- | ------------------ |
| 20.04           | :white_check_mark: |
| 18.04           | :white_check_mark: |

Versions of macOS:

| macOS Version   | Supported          |
| --------------- | ------------------ |
| 10.15           | :white_check_mark: |

**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. Nor do we support any of the releases that are made under 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/choose).