mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
SECURITY.md File Update (#20190)
This commit is contained in:
109
.github/SECURITY.md
vendored
109
.github/SECURITY.md
vendored
@@ -4,60 +4,91 @@
|
|||||||
|
|
||||||
We support the following versions of dependencies.
|
We support the following versions of dependencies.
|
||||||
|
|
||||||
:white_check_mark: = supported
|
| Icon | Meaning |
|
||||||
|
| :------------------- | :---------------: |
|
||||||
|
| :white_check_mark: | **Supported** |
|
||||||
|
| :red_circle: | **NOT** Supported |
|
||||||
|
| :large_blue_diamond: | **Recommended** |
|
||||||
|
|
||||||
:red_circle: = NOT supported
|
### Versions of AzerothCore:
|
||||||
|
|
||||||
unspecified = might work but no guarantee
|
| AzerothCore Branch | Status | Recommended |
|
||||||
|
| ---------------------------- | :----------------: | :------------------: |
|
||||||
|
| **master** | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
| Any non-official fork | :red_circle: | |
|
||||||
|
| Any Playerbots fork | :red_circle: | |
|
||||||
|
| Any NPCBots fork | :red_circle: | |
|
||||||
|
| Any AC (non-official) repack | :red_circle: | |
|
||||||
|
|
||||||
Versions of AzerothCore:
|
### Supported Operating Systems
|
||||||
|
|
||||||
| AzerothCore Branch | Supported |
|
| Linux (Ubuntu) | Status | Recommended |
|
||||||
| ------------------ | ------------------ |
|
| :------------- | :----------------: | :------------------: |
|
||||||
| master | :white_check_mark: |
|
| 24.04 | :white_check_mark: | :large_blue_diamond: |
|
||||||
| Any playerbot fork | :red_circle: |
|
| 22.04 | :white_check_mark: | |
|
||||||
| Any NPCBot fork | :red_circle: |
|
| 20.04 ≤ | :red_circle: | |
|
||||||
|
|
||||||
Versions of MySQL:
|
| macOS | Status | Recommended |
|
||||||
|
| :---- | :----------------: | :------------------: |
|
||||||
|
| 14 | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
| 12 ≤ | :red_circle: | |
|
||||||
|
|
||||||
| MySQL Version | Supported |
|
| Windows | Status | Recommended |
|
||||||
| ------------- | ------------------ |
|
| :------------ | :----------------: | :------------------: |
|
||||||
| 8.4 | :white_check_mark: |
|
| Windows 11 | :white_check_mark: | :large_blue_diamond: |
|
||||||
| 8.0 | :white_check_mark: |
|
| Windows 10 | :white_check_mark: |
|
||||||
| 5.7 and lower | :red_circle: |
|
| Windows 8.1 ≤ | :red_circle: |
|
||||||
|
|
||||||
Versions of CLang:
|
<br>
|
||||||
|
|
||||||
| CLang Version | Supported |
|
### Supported Boost Versions:
|
||||||
| ------------- | ------------------ |
|
|
||||||
| 18 | :white_check_mark: |
|
|
||||||
| 15 | :white_check_mark: |
|
|
||||||
| 14 and lower | :red_circle: |
|
|
||||||
|
|
||||||
Versions of GCC:
|
| Boost | Status | Recommended |
|
||||||
|
| :----- | :----------------: | :------------------: |
|
||||||
|
| 1.70 ≥ | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
|
||||||
| GCC Version | Supported |
|
### Supported OpenSSL Versions:
|
||||||
| ------------ | ------------------ |
|
|
||||||
| 14 | :white_check_mark: |
|
|
||||||
| 12 | :white_check_mark: |
|
|
||||||
| 11 and lower | :red_circle: |
|
|
||||||
|
|
||||||
Versions of Ubuntu:
|
| OpenSSL | Status | Recommended |
|
||||||
|
| :------ | :----------------: | :------------------: |
|
||||||
|
| 3.X.X ≥ | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
|
||||||
| Ubuntu version | Supported |
|
### Supported CMake Versions:
|
||||||
| --------------- | ------------------ |
|
|
||||||
| 24.04 | :white_check_mark: |
|
|
||||||
| 22.04 | :white_check_mark: |
|
|
||||||
| 20.04 and lower | :red_circle: |
|
|
||||||
|
|
||||||
Versions of macOS:
|
| CMake | Status | Recommended |
|
||||||
|
| :----- | :----------------: | :------------------: |
|
||||||
|
| 3.16 ≥ | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
|
||||||
| macOS Version | Supported |
|
### Supported MySQL Versions:
|
||||||
| ------------- | ------------------ |
|
|
||||||
| 14 | :white_check_mark: |
|
|
||||||
| 12 and lower | :red_circle: |
|
|
||||||
|
|
||||||
**Note**: We do NOT support any repacks that may or may not have been made based on AzerothCore. This is because they are usually based on older versions and there is no way to know what is in the precompiled binaries. Instead, you should compile your binaries from the AzerothCore source. To get started, read the [Installation Guide](https://www.azerothcore.org/wiki/installation).
|
| MySQL | Status | Recommended |
|
||||||
|
| :---- | :----------------: | :------------------: |
|
||||||
|
| 8.4 ≥ | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
| 8.0 | :white_check_mark: | |
|
||||||
|
| 8.1 | :red_circle: | |
|
||||||
|
| 8.0 < | :red_circle: | |
|
||||||
|
|
||||||
|
### Supported CLang Versions:
|
||||||
|
|
||||||
|
| CLang | Status | Recommended |
|
||||||
|
| :---- | :----------------: | :------------------: |
|
||||||
|
| 18 | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
| 15 | :white_check_mark: | |
|
||||||
|
| 14 ≤ | :red_circle: | |
|
||||||
|
|
||||||
|
### Supported GCC Versions:
|
||||||
|
|
||||||
|
| GCC | Status | Recommended |
|
||||||
|
| :--- | :----------------: | :------------------: |
|
||||||
|
| 14 | :white_check_mark: | :large_blue_diamond: |
|
||||||
|
| 12 | :white_check_mark: | |
|
||||||
|
| 11 ≤ | :red_circle: | |
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> We do **NOT** support any repacks that may or may not have been made based on AzerothCore. This is because they are usually based on older versions and there is no way to know what is in the precompiled binaries. Instead, you should compile your binaries from the AzerothCore source. To get started, read the [Installation Guide](https://www.azerothcore.org/wiki/installation).
|
||||||
|
|
||||||
|
> [!CAUTION]
|
||||||
|
> [Why you should not use repacks to run your WoW server](https://www.mangosrumors.org/why-you-should-not-use-repacks-to-run-your-wow-server/)
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user