| Version | Supported |
|---|---|
| 1.x | ✅ |
If you discover a security vulnerability within Kongy, please send an email to [INSERT SECURITY EMAIL]. All security vulnerabilities will be promptly addressed.
Please do not report security vulnerabilities through public GitHub issues.
- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
- A response acknowledging receipt within 48 hours
- An assessment of the vulnerability within 7 days
- Regular updates on progress
- Credit in the security advisory (unless you prefer to remain anonymous)
When deploying Kongy:
- Change the SECRET_KEY - Never use the default in production
- Use HTTPS - Always use TLS in production
- Limit CORS origins - Only allow trusted origins
- Network isolation - Kong Admin API should not be publicly accessible
- Regular updates - Keep Kong and Kongy updated
- In-memory storage: No database = smaller attack surface
- JWT tokens: Stateless authentication, tokens expire
- Rate limiting: Protects against brute force attacks
- Security headers: CSP, X-Frame-Options, etc.
- Non-root containers: Reduced privilege execution