| Version | Supported |
|---|---|
| 2.x | ✅ |
| < 2.0 | ❌ |
If you discover a security vulnerability in AetherGuard, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please use one of the following methods:
- GitHub Security Advisories (preferred): Report a vulnerability
- Email: Open a private security advisory on GitHub
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial assessment: Within 1 week
- Fix release: Depends on severity (critical: ASAP, high: 1-2 weeks, medium/low: next release)
- Never commit
.envto version control - Set
WALLET_ENCRYPTION_KEYin production to encrypt wallet addresses at rest - Use a process manager (PM2, systemd) for automatic restart on crashes
- Restrict database file permissions (
chmod 600 data.db) - Rotate your Discord Bot Token and Alchemy API Key periodically
- Monitor the
logs/security.logfor suspicious activity