-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question | SQL injection #2
Comments
In the next version of OrientDB it should be present. |
I believe OrientDB only supports client side prepared statements at the moment, is this correct? The NodeJS library appears to be encoding the values on the client side as well. We're using 2.1. References: |
Tes @cqcwillard , you're right. There are no way to perform prepared statement and server side sanitization like PDO and MySQL does. I'm planning to add a PDO like interface to this driver and implement client side the prepared statement object. |
I was really excited to try out OrientDB. This is pretty much a non-starter for me though. Security features are super important, they should be supported server side and not reimplemented in each client. |
Hi,
What is the preferred method to prevent SQL injections using this library?
Thanks 😀
The text was updated successfully, but these errors were encountered: