We currently support the following versions of Fleuve with security updates:
| Version | Supported |
|---|---|
| 0.1.x | ✅ |
| < 0.1.0 | ❌ |
We take security vulnerabilities seriously. If you discover a security vulnerability, please follow these steps:
Security vulnerabilities should be reported privately to protect users until a fix is available.
Send an email to: doomervibe111@yandex.ru
Please include:
- A clear description of the vulnerability
- Steps to reproduce the issue
- Potential impact and severity assessment
- Any suggested fixes or mitigations (if available)
- Acknowledgment: You will receive an acknowledgment within 48 hours
- Initial Assessment: We will assess the vulnerability within 7 days
- Updates: We will provide regular updates on the status of the fix
- Disclosure: After a fix is released, we will disclose the vulnerability (with credit if desired)
- Critical vulnerabilities: Response within 24 hours, fix within 7 days
- High severity: Response within 48 hours, fix within 14 days
- Medium/Low severity: Response within 7 days, fix in next release
When using Fleuve in production:
- Encryption: Use
STORAGE_KEYenvironment variable for event encryption - Database Security: Use strong passwords and secure PostgreSQL connections
- Network Security: Ensure NATS server is not publicly accessible
- Dependencies: Keep dependencies up to date
- Access Control: Implement proper access controls for your workflows
- Secrets Management: Never commit secrets or API keys to version control
Fleuve supports encrypting event data at rest using the EncryptedPydanticType. Ensure you:
- Use a strong, randomly generated encryption key (32+ characters)
- Store the key securely (environment variables, secret management systems)
- Rotate keys periodically
- Never commit encryption keys to version control
- Use connection pooling appropriately
- Implement database-level access controls
- Use SSL/TLS for database connections in production
- Regularly update PostgreSQL to latest stable version
- Configure NATS authentication and authorization
- Use TLS for NATS connections in production
- Restrict network access to NATS server
- Monitor NATS for unusual activity
Security updates will be:
- Released as patch versions (e.g., 0.1.1, 0.1.2)
- Documented in CHANGELOG.md
- Announced via GitHub releases
- Backported to supported versions when possible
For non-security bugs, please use the GitHub Issues page.
If you've performed a security audit of Fleuve and found issues, we'd love to hear from you! Please follow the vulnerability reporting process above.
We appreciate responsible disclosure and will credit security researchers who report vulnerabilities (if desired).