zio / zio-sql

Type-safe, composable SQL for ZIO applications
https://zio.dev/zio-sql/
Apache License 2.0
236 stars 116 forks source link

add escaping to prevent injection attacks #219

Open robmwalsh opened 3 years ago

robmwalsh commented 3 years ago

renderRead in postgres & sql server modules are the main areas this affects at the moment, only because many of the other renderings are missing; something that generalises to all modules that can be adapted for specific differences would be ideal.

jczuchnowski commented 2 years ago

More specification needed.

SuperIzya commented 2 years ago

https://github.com/zio/zio-sql/pull/624