Skip to content

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.

2 participants