| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| drizzle-orm-0.45.2-dist.tgz | 2026-03-27 | 1.2 MB | |
| 0.45.2 source code.tar.gz | 2026-03-27 | 8.6 MB | |
| 0.45.2 source code.zip | 2026-03-27 | 9.3 MB | |
| README.md | 2026-03-27 | 298 Bytes | |
| Totals: 4 Items | 19.1 MB | 1 | |
- Fixed
sql.identifier(),sql.as()escaping issues. Previously all the values passed to this functions were not properly escaped causing a possible SQL Injection (CWE-89) vulnerability
Thanks to @EthanKim88, @0x90sh and @wgoodall01 for reaching out to us with a reproduction and suggested fix