| Version | Supported |
|---|---|
| 1.x (BSL release line) | Yes |
| 0.x pre-release | Best effort |
Please do not open a public GitHub issue for security vulnerabilities.
Email security@giggso.com (or the GitHub security advisory flow on giggsoinc/aryx) with:
- Description of the issue
- Steps to reproduce
- Affected version / commit
- Impact assessment if known
We aim to acknowledge reports within 5 business days.
If you expose Aryx beyond localhost:
- Set
ARYX_API_AUTH=requiredand issue API keys - Disable open MCP auth (
ARYX_MCP_AUTH_OPTIONAL=0) and mint MCP tokens - Do not publish Postgres/FalkorDB ports to the public internet
- Change default database passwords from compose samples
See project docs for deployment guidance.