| Version | Supported |
|---|---|
| 0.4.x | Yes |
| < 0.4 | No |
If you discover a security vulnerability, please report it responsibly:
- Do not open a public issue
- Email the maintainers or use GitHub Security Advisories
- Include a description of the vulnerability and steps to reproduce
We will acknowledge receipt within 48 hours and provide a fix timeline.
- All user-controlled values in SQL queries use parameterized queries (Drizzle
sqltagged template) - JSON path segments validated with
assertSafeIdentifierto prevent injection viasql.raw - No
eval, no dynamicrequire, no user-controlled code execution