If you discover a security vulnerability in G0DM0D3, please report it responsibly.
Please do NOT open a public GitHub issue for security vulnerabilities.
- Description of the vulnerability
- Steps to reproduce
- Impact assessment
- Suggested fix (if you have one)
- Acknowledgement: within 48 hours
- Initial assessment: within 7 days
- Fix or mitigation: within 30 days for critical issues
In scope:
- The G0DM0D3 API server (
api/) - The frontend application (
src/) - Docker / deployment configuration
- Authentication and authorization logic
Out of scope:
- Third-party dependencies (report upstream, but let us know)
- Social engineering attacks
- Denial of service attacks against hosted instances
| Version | Supported |
|---|---|
| 0.4.x | Yes |
| < 0.4 | No |
- Authentication: Bearer token with constant-time comparison (timing-attack resistant)
- Rate limiting: Tier-aware sliding window (per-minute + per-day + lifetime)
- Headers: HSTS, CSP, X-Content-Type-Options, X-Frame-Options, Permissions-Policy
- Docker: Non-root containers, minimal base images
- Data: Zero PII storage, opt-in dataset collection only