| Version | Supported |
|---|---|
| 1.x | ✅ |
We take security vulnerabilities seriously. If you discover a security issue, please report it responsibly.
DO NOT open a public GitHub issue for security vulnerabilities.
- Email your findings to security@ssntpl.com
- Include a detailed description of the vulnerability
- Provide steps to reproduce the issue
- Include the impact assessment if possible
- Acknowledgment: We will acknowledge receipt within 48 hours
- Assessment: We will assess the vulnerability within 5 business days
- Resolution: Critical vulnerabilities will be patched within 7 days
- Disclosure: We will coordinate public disclosure after a fix is available
The following are in scope:
- Authentication bypass
- Authorization flaws
- Token/session security
- Tenant isolation breaches
- SQL injection, XSS, CSRF
- Cryptographic weaknesses
- Information disclosure
- Issues in dependencies (report to the upstream project)
- Issues requiring physical access
- Social engineering attacks
- Denial of service attacks
When using Neev in production:
- Always use HTTPS
- Set strong
APP_KEYvalues - Configure proper CORS headers
- Use Redis/Memcached for rate limiting in production
- Regularly update dependencies
- Enable email verification (
'email_verified' => true) - Configure MFA for sensitive applications
- Review and restrict OAuth provider list
- Set appropriate password expiry policies
- Schedule cleanup commands (
neev:clean-login-attempts)