| Version | Supported |
|---|---|
| 0.4.x | ✅ Yes |
| < 0.4 | ❌ No |
We take security seriously. If you discover a security vulnerability, please:
- DO NOT open a public issue.
- Email us at: security@ai-scraping-stack.com (or open a private security advisory on GitHub)
- Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
We will respond within 48 hours and aim to release a patch within 7 days.
- Never commit
.envfiles or API keys - Rotate API keys regularly
- Use HTTPS in production
- Enable Rate Limiting
- Restrict CORS origins
- Use strong API keys (32+ random characters)
- Keep dependencies updated (
pip audit)