We actively maintain and provide security updates for the following versions:
| Version | Supported |
|---|---|
| Latest | ✅ |
| < Latest | ❌ |
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report security vulnerabilities via email to:
Email: huseyinkama79@outlook.com
When reporting a security vulnerability, please include:
- Description: A clear description of the vulnerability
- Impact: The potential impact of the vulnerability
- Steps to Reproduce: Detailed steps to reproduce the issue
- Proof of Concept: If possible, include a proof of concept or exploit code
- Suggested Fix: If you have ideas for how to fix the issue, please share them
- Initial Response: We will acknowledge receipt of your report within 48 hours
- Status Update: We will provide a status update within 7 days
- Resolution: We will work to resolve critical vulnerabilities as quickly as possible
- We will credit you for discovering the vulnerability (unless you prefer to remain anonymous)
- We will work with you to coordinate public disclosure after a fix is available
- We will not disclose your identity without your explicit permission
When using QKV Core, please follow these security best practices:
- Keep Dependencies Updated: Regularly update all dependencies to the latest secure versions
- Validate Input: Always validate and sanitize user inputs, especially when loading models or processing data
- Secure Model Storage: Store model files in secure locations with appropriate access controls
- Environment Variables: Never commit sensitive credentials or API keys to version control
- Network Security: When downloading models from external sources, verify checksums and use HTTPS
- Model Loading: Loading untrusted model files can execute arbitrary code. Only load models from trusted sources.
- Web UI: The Gradio web interface should not be exposed to untrusted networks without proper authentication.
- Database Connections: Use secure connection strings and never expose database credentials.
Security updates will be announced through:
- GitHub Security Advisories
- Release notes
- Email notifications (for critical vulnerabilities)
Thank you for helping keep QKV Core secure!