If you discover a security vulnerability in Conflux, please do not open a public GitHub issue.
Instead, email the maintainers directly or open a GitHub Security Advisory.
Please include:
- A description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- Any suggested mitigations
You can expect an initial response within 72 hours and a resolution timeline within 14 days for critical issues.
| Version | Supported |
|---|---|
| Latest | ✅ |
- Always generate strong secrets for
JWT_SECRET,API_KEY_PEPPER,NEXTAUTH_SECRET, andINTERNAL_API_SECRET - Use
openssl rand -base64 32to generate each secret - Never commit
.envorui/.env.localto version control - Restrict
TELEGRAM_ALLOWED_USER_IDSto known Telegram user IDs - Run behind a reverse proxy (nginx/Caddy) with TLS in production
- Set
DATA_GUARD_ENABLED=truein production to prevent destructive tool actions