dehowef commented on issue #445:
URL: https://github.com/apache/age/issues/445#issuecomment-1469207110

   Good to hear. One thing I'd pay particular attention to is how the query 
string from user input is handled/constructed by the driver-- it's best to do 
so in a way that prevents malicious/unintended user input. The Python and Go 
Drivers both ensure that the user-inputted strings are sanitized to protect 
against attacks. You can look at the buildCypher function in the Python code as 
an example of how we did that using PsycoPG's included mogrify function. Cheers~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to