If you discover a security vulnerability, please report it responsibly:
- Do not open a public GitHub issue
- Email the maintainer or open a private security advisory on GitHub
- Include steps to reproduce the vulnerability
- Allow reasonable time for a fix before public disclosure
| Version | Supported |
|---|---|
| 0.3.x | Yes |
- API Keys: Never commit
.envfiles or API keys. Use.env.exampleas a template. - File Uploads: PDF uploads are validated (magic bytes, size limits, extension checks).
- Local Storage: All data is stored locally in
.treerag_data/. No external databases. - LLM Calls: Queries are sent to OpenAI's API. Review OpenAI's privacy policy for data handling.