Security fixes are expected only for the latest development state on main
and the most recent published release, once releases exist.
Please do not open a public GitHub issue for sensitive vulnerabilities.
Report security issues privately to the maintainer through GitHub contact channels. Include:
- affected version or commit
- environment details
- reproduction steps
- impact assessment
- whether secrets, sudo rules, or system service behavior are involved
armactl interacts with:
sudoand systemd units- SteamCMD
- runtime
.envfiles for the Telegram bot - admin and RCON passwords
- host logs and service output
When reporting or discussing bugs, redact:
passwordAdmin- game password
rcon.password- Telegram bot tokens
- private IPs or hostnames when needed
The project already aims to:
- keep runtime
.envfiles out of git - redact obvious secrets from logs and UI output
- separate repo code, runtime data, and system service files
If you find a place where secrets leak or privileged behavior is too broad, please report it.