| Version | Supported |
|---|---|
| 1.x.x | ✅ |
We take security seriously. If you discover a security vulnerability, please follow these steps:
- Do NOT open a public GitHub issue
- Email security concerns to the repository maintainers
- Include as much detail as possible:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 1 week
- Resolution Timeline: Depends on severity
- Critical: 24-48 hours
- High: 1 week
- Medium: 2 weeks
- Low: Next release
When using this template, ensure you:
- Never commit secrets - Use environment variables
- Keep dependencies updated - Run
npm auditandgo mod tidyregularly - Review security headers - Check
next.config.mjsfor CSP settings - Enable branch protection - Require PR reviews before merging
- Use HTTPS everywhere - All API calls should use TLS
This template includes:
- Content Security Policy headers
- CORS configuration
- Input validation patterns
- Secure authentication examples
- Environment variable management
.gitignorefor sensitive files