| Component | Version | Supported |
|---|---|---|
Core server / CLI / panel (vX.Y.Z tags) |
2.x | ✅ |
| Core server / CLI / panel | 1.x | ❌ |
Integrations (own release tags: wp-v*, gha-v*, chrome-ext-v*, Airbyte/Grafana 0.x) |
latest 0.x |
✅ |
The five integrations/ packages (airbyte-destination, wordpress-plugin,
github-action, grafana-datasource, chrome-extension) ship as 0.x under their
own release tags and are covered by this policy at their latest released version.
We take the security of MDDB seriously. If you discover a security vulnerability, please report it responsibly.
- GitHub Security Advisories (preferred): Go to Security Advisories and create a new advisory.
- Email: Send details to security@tradik.com
- Description of the vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
- Suggested fix (if any)
- 48 hours - We will acknowledge receipt of your report
- 7 days - We will provide an initial assessment
- 90 days - We follow coordinated disclosure (we ask that you do not publicly disclose the vulnerability until a fix is available or 90 days have passed)
The following components are in scope:
mddbd- Database server (HTTP + gRPC, with the MCP server built in)mddb-cli- Command-line clientmddb-panel- Web UImddb-chat/mddb-chat-widget- Chat backend and embeddable widgetintegrations/*- Airbyte destination, WordPress plugin, GitHub Action, Grafana datasource, Chrome extension- Client libraries / extensions under
clients/,services/php-extension,services/python-extension
Out of scope:
- Third-party dependencies (please report to the respective maintainers)
- Issues in development/test configurations
We appreciate the security research community and will acknowledge reporters in our release notes (unless you prefer to remain anonymous).
When deploying MDDB in production:
- Run the Docker container as a non-root user (default configuration)
- Use environment variables for sensitive configuration (API keys, embedding provider credentials)
- Keep MDDB updated to the latest supported version
- Restrict network access to the gRPC and HTTP ports