We take security seriously at NeoStation and appreciate the efforts of security researchers and contributors who help keep our users safe.
If you believe you've found a security vulnerability, please follow responsible disclosure practices and do not open a public GitHub issue, as this could expose the vulnerability before a fix is available.
Instead, please report it through one of the following channels:
- Email: miguelsotobaez@gmail.com
- GitHub Security Advisory: Open a private advisory
We will acknowledge your report promptly and work with you to understand and resolve the issue as quickly as possible.
- Never commit secrets, API keys, or passwords in code.
- Use
String.fromEnvironmentfor sensitive build-time values. - Ensure third-party assets comply with their respective licenses.
- If you work with native code (C/C++), follow memory safety best practices.