We take security seriously. If you discover a security vulnerability, please follow these steps:
- Open a public GitHub issue
- Discuss the vulnerability in public forums
- Exploit the vulnerability
-
Email: Send details to [suharshit123@gmail.com]
-
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if you have one)
-
Response Time: We'll acknowledge within 48 hours
| Version | Supported |
|---|---|
| 1.x.x | β |
| < 1.0 | β |
- Authentication: Supabase Auth with email and OAuth
- API Security: Rate limiting via Upstash Redis
- Data Storage: Encrypted at rest (Cloudflare R2)
- Environment Variables: Never committed to repository
- Dependencies: Regular updates via Dependabot
- All API routes validate input with Zod
- Authentication required for sensitive operations
- Rate limiting on public endpoints
- CORS properly configured
- SQL injection prevented (Supabase ORM)
- XSS prevented (React escaping)
- CSRF tokens on forms
- Secrets in environment variables
Security updates are prioritized:
- Critical: Patched within 24 hours
- High: Patched within 1 week
- Medium: Patched in next release
- Low: Addressed in regular updates