The problem with SQL Injection…
March 23rd, 2009
No comments
I know it’s an old comic, but XKCD really hit the nail on the head with this one. It is something that I deal with on a regular basis and I think there are a lot of people out there who still don’t really understand the concept of SQL Injection, how it works, and how to get away from it. While working with a client who fell victim to a SQL Injection attack on their website, I wrote some information for them to take and use as reference for what SQL Injection is, how to prevent it, and what to do about it when it happens. I have generalized that info and hopefully it can help some others.
Read more…

