If you discover a security vulnerability in this project, please report it responsibly:
- Do not open a public GitHub issue for security vulnerabilities
- Email the maintainers directly or use GitHub's private vulnerability reporting feature
- Provide a detailed description of the vulnerability
- Include steps to reproduce if possible
When using this project:
- Never commit
.envfiles to version control - Use
.env.exampleas a template and create your own.envlocally - Rotate API tokens regularly
- Use tokens with minimal required permissions
Create tokens with only the permissions needed:
- Zone: DNS (Edit) - for DNS record management
- Zone: Zone (Read) - for zone information
- Account: Cloudflare Pages (Edit) - for Pages deployments
- Account: Workers Scripts (Edit) - for Worker deployments
- Review all configuration before deploying to production
- Use separate API tokens for development and production
- Enable Cloudflare's security features (WAF, rate limiting, etc.)
| Version | Supported |
|---|---|
| latest | ✅ |
Security updates will be released as soon as possible after a vulnerability is confirmed.