-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
First of all, I wanted to thank you so much for making rel8 available 🎉
While trying to make myself familiar with the API, I saw many uses of the lit function. This made me wonder how rel8 was dealing with potential SQL injections, and digging into the internals I was left with the impression that the entire SQL generation is based on string concatenation, including the params themselves. Is this correct?
Normally in Postgres params are sent separately as part of the protocol, but I could not find that being done anywhere. I could not find any use of the prepared statement either. I guess my question is, is this library safe against SQL injection when passing text parameters as conditions in a query?
Metadata
Metadata
Assignees
Labels
No labels