| Version | Supported |
|---|---|
| latest | ✅ |
We take the security of FluxTurn seriously. If you believe you have found a security vulnerability, please report it to us as described below.
Please do NOT report security vulnerabilities through public GitHub issues.
Send an email to security@fluxturn.com with the following information:
- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit it
- Acknowledgment: We will acknowledge your report within 48 hours.
- Assessment: We will provide an initial assessment of the report within 5 business days.
- Resolution: We aim to resolve critical vulnerabilities within 30 days of disclosure.
- Disclosure: We will coordinate with you on the timing of public disclosure.
We support safe harbor for security researchers who:
- Make a good faith effort to avoid privacy violations, destruction of data, and interruption or degradation of our services.
- Only interact with accounts you own or with explicit permission of the account holder.
- Do not exploit a security issue for purposes other than verification.
- Report the vulnerability promptly after discovery.
We will not pursue legal action against researchers who follow these guidelines.
When deploying FluxTurn, please ensure:
- Environment Variables: Never commit
.envfiles. Use the provided.env.exampleas a template. - JWT Secret: Always set a strong, unique
JWT_SECRETin production. - Database: Use strong passwords and restrict network access to your PostgreSQL instance.
- HTTPS: Always use HTTPS in production with valid SSL certificates.
- Updates: Keep your FluxTurn installation and dependencies up to date.
- Access Control: Review and restrict OAuth application permissions to minimum required scopes.
We use Dependabot to monitor and update dependencies with known vulnerabilities.