| Version | Supported |
|---|---|
| 1.0.x | ✅ Currently supported |
We take the security of GoCine seriously. If you discover a security vulnerability, please report it responsibly.
- Do NOT open a public GitHub issue for security vulnerabilities
- Email the maintainer directly or use GitHub's private vulnerability reporting feature
- Include a detailed description of the vulnerability
- Provide steps to reproduce the issue
- Include the potential impact assessment
- Acknowledgment within 48 hours of your report
- Assessment of the vulnerability within 1 week
- Resolution timeline communicated based on severity
- Credit given to the reporter (unless anonymity is requested)
- Never commit
.envfiles or API keys to the repository - Use environment variables for all sensitive configuration
- Keep dependencies updated to patch known vulnerabilities
- Follow the principle of least privilege for database access
- Validate and sanitize all user inputs
- Use parameterized queries to prevent injection attacks
This security policy applies to the GoCine application codebase, including:
- Frontend React application
- Backend Express API server
- Database schemas and queries
- Payment gateway integrations
- Authentication and authorization flows