This document describes the security policy for Azyre Client and how to responsibly report vulnerabilities.
Security patches are only provided for the latest version of Azyre.
| Version | Status |
|---|---|
latest (main branch) |
β Supported |
| Older releases | β Not supported |
Always use the most recent commit from
mainto ensure you have the latest fixes.
Caution
Do NOT report security vulnerabilities through public GitHub Issues.
Public disclosure before a fix is available may put other users at risk.
Please report security issues privately through one of the following channels:
| Channel | Contact |
|---|---|
| GitHub | @iVyz3r β send a private message or use GitHub Security Advisories |
| Discord | nqtvyzer |
A good security report contains:
- Description β What is the vulnerability?
- Affected component β Which module, system, or file is affected?
- Steps to reproduce β Minimal steps to trigger the issue
- Impact β What could an attacker do with this?
- Suggested fix (optional) β Any ideas on how to resolve it?
- Logs / screenshots (if applicable)
| Stage | Target |
|---|---|
| Acknowledgement | Within 72 hours |
| Initial assessment | Within 1 week |
| Fix / patch | Depends on severity |
| Public disclosure | After fix is released |
We follow a responsible disclosure model. Credit will be given to reporters upon request.
Security reports are relevant for issues in:
| Category | Examples |
|---|---|
| Memory safety | Buffer overflows, use-after-free, null dereferences |
| Hooking integrity | Incorrect hook installation / teardown |
| Network security | IRC client injection, unvalidated input |
| Config handling | JSON parsing crashes, path traversal |
| Resource loading | Malformed image/audio file crashes |
| Build system | Malicious CMakeLists / dependency confusion |
- Issues in third-party vendored libraries (Dear ImGui, MinHook, nlohmann/json, etc.) β please report those upstream
- Game-side anti-cheat detection (by design)
- Feature requests disguised as security reports
Responsible reporters who help improve Azyre's security will be acknowledged in release notes (with their permission).
| Platform | Handle |
|---|---|
| GitHub | @iVyz3r |
| Discord | nqtvyzer |
| Organization | an4rch Development |