Open
Description
The current way of passing untrusted user input is via manually escaping and then forming the sql query with the escaped values.
This is prone to human error and could result in sql injection attacks being possible.
The ideal situation would be to add support for prepared statements using placeholders. Is there any technical limitation of the nginx engine preventing this?
Metadata
Metadata
Assignees
Labels
No labels