Protecting your MySQL database from SQL injection attacks with GreenSQL
Posted by: Anonymous
[ip: 192.168.13.180]
on August 28, 2008 12:52 AM
Well, The SQL injection should be prevented inside the Data Access Layer of your application. Developers should escape all the user input data before sending it to database. Solution like GreenSQL can be used as a quick fix for application which is developed without security in mind until developers fix the actual issue.
Behrang http://www.beyondng.com
Protecting your MySQL database from SQL injection attacks with GreenSQL
Posted by: Anonymous [ip: 192.168.13.180] on August 28, 2008 12:52 AMBehrang
http://www.beyondng.com
#