-
Notifications
You must be signed in to change notification settings - Fork 54
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
Protection against SQL injection #67
Comments
Hello @thevahidal - is Does the use of Aah, I'm no expert at this, but it looks like |
It's a very good question @IanMayo, |
I'm pretty sure that
Note: the Soul infrastructure tightly parses incoming URLs and prevents the above issue happening. But, in terms of |
You're definitely right, we should start getting rid of the risky parts. I'll create a new project plan so we can prioritize our goals. |
I'm sure @AbegaM and I can handle the switch to |
Thanks man, you guys are the best. |
I would like to improve protection against SQL injection more by using sqlstring. I'll reopen this issue for this matter. |
The text was updated successfully, but these errors were encountered: