-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Use PDO and parameterised queries #16094
Comments
It's not possible during 3.x, As for the rest of the package, the bulk of the work is already done but the implementations are more reliant on each driver's configuration so right now I'm not sure even with all the work ported over we could write SQL and handle parameterized queries all that well without having an extra layer of string processing in our query processing code. This is the stuff that needs to be ported over:
|
Count me in here too, would love to see that happen! |
#16402 would make use of the Framework database package in 4.0. Includes making prepared statement support available and PDO PostgreSQL connections. |
closed as this work is in progress as mentioned above. |
In the light of the recent SQL Injection vulnerability in Joomla 3.7 would it not be a good idea to rewrite Joomla's code to use PDO and parameterised queries?
I know this would be a lot of work but I'm willing to help.
The text was updated successfully, but these errors were encountered: