| Version | Supported |
|---|---|
| latest | ✅ |
| < 1.0 | ❌ |
If you discover a security vulnerability in AS-Stats, please report it responsibly:
- DO NOT open a public GitHub issue for security vulnerabilities
- Email: security@nextmap.io
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will acknowledge receipt within 48 hours and aim to release a fix within 7 days for critical issues.
This project implements:
- OIDC authentication with PKCE and state validation
- CSRF protection via double-submit cookie pattern
- Rate limiting per IP with proxy-aware extraction
- Input validation on all API endpoints
- Parameterized queries (no SQL injection)
- Security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy)
- Secrets scanning via GitHub Advanced Security
- Dependency updates via Dependabot (weekly)
- CI pipeline with linting, testing, and Docker build verification