| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
Please DO NOT report security vulnerabilities publicly.
Instead, please email security@localzet.com with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will acknowledge receipt within 24 hours and provide an initial response within 48 hours.
- Always validate route parameters
- Use parameterized route patterns
- Implement rate limiting on routes
- Validate input data in route handlers
- Use middleware for authentication and authorization