| Version | Supported |
|---|---|
| 1.x.x | ✅ |
We take security seriously. If you discover a security vulnerability, please report it responsibly.
- DO NOT open a public GitHub issue for security vulnerabilities
- Email: security@cryptocurrency.cv (or open a private security advisory)
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Response time: Within 48 hours
- Resolution timeline: Critical issues within 7 days
- Credit: We'll credit you in the fix (unless you prefer anonymity)
In scope:
- API endpoints (
/api/*) - Authentication/authorization issues
- Data exposure vulnerabilities
- Injection attacks (SQL, XSS, etc.)
- Rate limiting bypasses
- CORS misconfigurations
Out of scope:
- Third-party dependencies (report to them directly)
- Social engineering attacks
- Physical attacks
- DoS attacks on infrastructure
This project implements:
- ✅ Security headers (CSP, X-Content-Type-Options, etc.)
- ✅ Rate limiting
- ✅ Input validation and sanitization
- ✅ CORS configuration
- ✅ Dependency scanning (Dependabot)
- ✅ Code scanning (CodeQL)
- ✅ No secrets in code
When using this API:
- Don't store sensitive data - This is a public API
- Implement your own rate limiting - Be a good citizen
- Validate responses - Don't trust any external data
- Use HTTPS - Always use the HTTPS endpoint
For security concerns: Open a GitHub Security Advisory