scs icon indicating copy to clipboard operation
scs copied to clipboard

feat: Add Godror compatible driver

Open chayes3 opened this issue 2 years ago • 2 comments

Implement a store utilizing the godror module.

chayes3 avatar Nov 09 '23 22:11 chayes3

I'm afraid that I can't merge this --- it's vulnerable to SQL injection attacks (the session token is passed through direct from the untrusted session cookie).

Is it possible to rewrite the SQL queries to use placeholder parameters?

alexedwards avatar Nov 11 '23 18:11 alexedwards

Thank you for pointing that out, I didn't realize I created an SQL injection. I believe I have fixed it with the latest commit, please let me know if there is anything else I can improve.

chayes3 avatar Nov 13 '23 15:11 chayes3