SQL Injection Attacks are still occurring
- by TATWORTH
It should be of concern to all developers that SQL Injection attacks are still occurring. Here are some resources on the subject:
http://www.darkreading.com/DatabaseSecurity/util/4576/download.html (needs free registration)
http://en.wikipedia.org/wiki/SQL_injection
http://www.unixwiz.net/techtips/sql-injection.html
http://msdn.microsoft.com/en-us/library/ms161953.aspx
http://www.sitepoint.com/sql-injection-attacks-safe/
And for a funny view on it see http://xkcd.com/327/
So what are you doing to harden your applications?