Currently, only the main branch is supported for security updates.
| Version | Supported |
|---|---|
| 1.x.x | ✅ |
| < 1.0.0 | ❌ |
We take the security of OpenInspection seriously. If you believe you have found a security vulnerability, please report it to us by following these steps:
- Do not open a public GitHub issue. This allows us to fix the issue before it's exploited.
- Report the vulnerability directly via GitHub Security Advisories. This is the most secure way to transmit details privately to our team.
- Include as much detail as possible:
- Type of issue (e.g., SQL injection, XSS, RCE)
- Steps to reproduce
- Potential impact
- (Optional) Proposed fix or mitigation
We will acknowledge receipt of your report within 48 hours and provide a preliminary assessment of the issue. We aim to resolve critical issues within 7 days.
Once a fix is implemented and verified, we will:
- Release a new version.
- Publish a security advisory if appropriate.
- Credit the researcher (if desired).
- JWT_SECRET: Ensure your
JWT_SECRETis at least 32 characters long and cryptographically secure. Thesetup:cloudflarescript handles tokens automatically. - WAF: Enable Cloudflare WAF (Web Application Firewall) on your Worker's route for additional protection against common attacks.
- Access Logs: Review your Cloudflare Logs regularly to detect suspicious activity.