| Version | Supported |
|---|---|
| 1.x | ✅ |
| < 1.0 | ❌ |
Please do not open a public issue for security vulnerabilities.
Use GitHub's Private Vulnerability Reporting feature in this repository:
- Go to the Security tab
- Click Report a vulnerability
Include:
- A clear description of the issue
- Steps to reproduce / PoC
- Impact assessment
- Suggested fix (if available)
Quebu uses prepared statements for query values and validates SQL identifiers.
UPDATE and DELETE without WHERE are blocked by default unless explicitly overridden with allowUnsafeWrites(true).