Security Policy¶
Supported Versions¶
| Version | Supported |
|---|---|
| 0.1.x | Yes |
Reporting a Vulnerability¶
EasyQuant is a quantitative research framework intended for backtesting and paper trading only. It is not designed for handling real-money transactions or sensitive user data.
If you discover a security issue:
- Do not open a public GitHub Issue.
- Email the maintainer directly:
alanfok2868@gmail.com - Include a description of the vulnerability, steps to reproduce, and suggested fix (if any).
- We will respond within 48 hours and work with you to resolve the issue.
Security Best Practices¶
- Never commit API keys, account IDs, or credentials to the repository
- Use
.envor environment variables for sensitive configuration - The
.gitignoreexcludes.env,.env.local, and*.local.json - Review strategy code before running with real accounts — EasyQuant provides no warranty for live trading losses