Skip to content
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

feat: Add Godror compatible driver #185

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

chayes3
Copy link

@chayes3 chayes3 commented Nov 9, 2023

Implement a store utilizing the godror module.

@alexedwards
Copy link
Owner

alexedwards commented Nov 11, 2023

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?

@chayes3
Copy link
Author

chayes3 commented Nov 13, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants