v1.0.0-beta.20
📦 drizzle-ormView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This release addresses a critical security vulnerability by fixing improper SQL escaping in identifier and aliasing functions. Thanks to community contributions for identifying and helping resolve the issue.
🐛 Bug Fixes
- Fixed improper escaping in `sql.identifier()` and `sql.as()`, resolving a potential SQL Injection vulnerability (CWE-89).