The following versions of CortexMail are currently being supported with security updates:
| Version | Supported |
|---|---|
| v2.0.2-Cortex | ✅ |
| v2.0.0-Cortex | ✅ |
| v1.1.0 | not verify |
We take the security of CortexMail seriously. If you believe you have found a security vulnerability, please report it to us responsibly.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please send an email to apiwish.boon@gmail.com.
Please include the following information in your report:
- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.)
- Full details of the steps of reproduce (e.g., HTTP request payloads, screenshots, etc.)
- Any potential impact of the vulnerability.
We will acknowledge receipt of your vulnerability report within 82 hours and strive to provide a fix or mitigation as soon as possible.
To keep your CortexMail installation secure, please follow these best practices:
- Use App Passwords: Never use your primary account password for IMAP/SMTP. Use service-specific App Passwords (e.g., Gmail App Passwords).
- Environment Variables: Keep your
.envfile secure and never commit it to version control. It is git-ignored by default in this repository. - Keep Dependencies Updated: Regularly run
pip install -r requirements.txt --upgradeto ensure you have the latest security patches for your dependencies.