| Version | Supported |
|---|---|
| 1.5.x | ✅ |
DO NOT open a public GitHub issue for security vulnerabilities.
Instead, please report security issues via:
-
Private Security Advisory (preferred): https://github.com/go-ozzo/ozzo-dbx/security/advisories/new
-
GitHub Issues (for less critical issues): https://github.com/go-ozzo/ozzo-dbx/issues
- Description of the vulnerability
- Steps to reproduce
- Affected versions
- Potential impact
- Initial Response: Within 72 hours
- Fix & Disclosure: Coordinated with reporter
ozzo-dbx builds SQL queries programmatically. Users should be aware of:
- SQL Injection — Always use parameter binding (
{:name}placeholders), never string concatenation - Raw Queries —
NewQuery()with user input must useBind()for safe parameter injection - Logging —
LogFuncmay expose query parameters in logs; sanitize in production
- GitHub Security Advisory: https://github.com/go-ozzo/ozzo-dbx/security/advisories/new
- Public Issues: https://github.com/go-ozzo/ozzo-dbx/issues