| Version | Supported |
|---|---|
| 1.1.x | ✅ |
| 1.0.x | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in Oreko, please report it responsibly.
Do NOT open a public GitHub issue for security vulnerabilities.
Instead, please email us at security@oreko.app with:
- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact assessment
- Any suggested fixes (optional)
- Acknowledgment: We will acknowledge receipt within 48 hours.
- Assessment: We will assess the severity and impact within 5 business days.
- Fix: Critical vulnerabilities will be patched within 7 days. High severity within 14 days.
- Disclosure: We will coordinate disclosure with you after a fix is released.
The following are in scope for security reports:
- Authentication and authorization bypasses
- Cross-site scripting (XSS)
- SQL injection
- Path traversal
- Insecure direct object references
- Payment processing vulnerabilities
- E-signature forgery or bypass
- Data exposure or leakage
- Denial of service attacks
- Social engineering
- Issues in third-party dependencies (report these upstream)
- Issues requiring physical access to a user's device
When deploying Oreko, ensure:
- HTTPS: Always use HTTPS in production.
- Environment Variables: Never commit
.envfiles. Use secrets management. - Database: Use strong passwords and restrict network access.
- Updates: Keep dependencies updated regularly.
- Backups: Maintain regular database backups.