|
1 | 1 | [discord]: https://discord.gg/6dazXp6
|
2 |
| -[issues]: https://github.com/botblock/JavaBotBlockAPI/issues/new?labels=Type:+Bug&template=bug_report.md |
| 2 | +[issue]: https://github.com/botblock/JavaBotBlockAPI/issues/new?labels=Type%3A+Bug+%28Unconfirmed%29&template=bug_report.yml |
| 3 | +[contributing]: https://github.com/botblock/JavaBotBlockAPI/blob/master/.github/CONTRIBUTING.md |
| 4 | + |
| 5 | +[version]: https://img.shields.io/nexus/maven-public/org.botblock/javabotblockapi-core?label=Release&server=https%3A%2F%2Frepo.codemc.io&style=plastic |
3 | 6 |
|
4 | 7 | # Security Policy
|
| 8 | +Security is important to us. |
| 9 | +To make sure that there aren't any vulnerabilities in our library to we ask you to report any issues to us that could affect the security of this library and its connections. |
| 10 | + |
| 11 | +## Before sumbitting |
| 12 | +Before you submit a bug report or similar to us would we like to ask you to make sure, that you use the latest version. |
| 13 | +We can't and won't fix bugs that exist in older versions and aren't present on newer ones. |
| 14 | + |
| 15 | +We support all minor and patch-versions of the latest major version which currently is Version **6** (Last updated: 11th of March 2021). |
5 | 16 |
|
6 |
| -## Supported Versions |
7 |
| -We only support the latest major releases of the different modules, which are listed below. |
8 |
| -Those are also the only versions that may receive bug fixes and patches. |
| 17 | +The latest available version is seen below: |
| 18 | +![version] |
9 | 19 |
|
10 |
| -The currently supported major release is `6` |
| 20 | +## How to report |
| 21 | +If your issue is in fact a security-issue/vulnerability would we like to ask you, to report to in our [Discord Server][discord] directly. |
| 22 | +Issues are not the right place to report these kinds of problems as they would allow people to find out about them and use it to their malicious benefit. |
11 | 23 |
|
12 |
| -## Reporting issues |
13 |
| -Security issues should be reported through our [Discord Server][discord]. |
14 |
| -Any other issue should be reported as usual through the [Issues tab][issues] |
| 24 | +If your issue is just a regular bug can you open a normal [Bug Report][issue] on our Issue tracker. |
| 25 | +Please make sure to follow our [Contributing Guidelines][contributing] while doing so. |
0 commit comments