|
Posted by Malcolm Dew-Jones on 06/28/07 23:36
jb (jbriere@gmail.com) wrote:
: Hi all, ive been tasked with reviewing a php app for sql injection
: vulnerabilities left behind by another developer.
Use bind variables, Some oracle examples to illustrate how
(old link, is this still around?)
http://www.oracle.com/ technology/ pub/ articles/
oracle_php_cookbook/ ullman_bindings.html
You're using mysql so use either of the following interfaces
1) mysql via mysqli (look for "bind")
http://ca.php.net/mysqli
2) mysql without mysqli
<quote>
Andy Hassall
Sep 6, 2:28 pm
...
I recommend using the ADOdb library
(http://adodb.sourceforge.net/).
</quote>
Navigation:
[Reply to this message]
|