Only the latest major version of the project is currently supported with security updates.
| Version | Supported |
|---|---|
| 2.0.x | ✅ |
| 1.x.x | ❌ |
We take the security of this project seriously. If you discover a security vulnerability, please follow these steps:
- Do NOT open a public issue. Security vulnerabilities should be reported privately to prevent exploitation before a fix is available.
- Email us at
security@example.com(replace with actual contact if available) or reach out directly to the maintainers via private message. - Provide a detailed description of the vulnerability, including:
- Steps to reproduce.
- Potential impact.
- Any proof-of-concept code.
- We will acknowledge your report within 48 hours.
- We will provide an estimated timeline for the fix within 1 week.
- We will notify you once the fix is released.
- Never commit your
.envfile to public repositories. - Rotate your
ALERT_KEYand Binance API keys periodically. - Use a strong, random
ALERT_KEYfor webhook validation. - Restrict Binance API keys to your server's IP address only.
- Run the bot behind a reverse proxy (Nginx) with SSL (HTTPS) enabled for production use.