If you have developed a web application with a database back-end, you should check out this article titled SQL Injection Attacks by Example. It clearly explains what a SQL injection attack is and shows you how defend against such attacks. I thought I knew a bit about SQL injection attacks before I read this authoritative article but I know that I have very good foundational understanding about them.
As the writer of the article says, this examination shows more than simply the process of exploitation that occurred, it also reveals the rationale of discovery. This is one of the best articles on security I’ve seen in a long time.


{ 1 comment… read it below or add one }
Thank you for this link. I just realized that I did not protect my newest project entirely against SQL Injections. Also I was searching for a article like that for a long time. I couldn’t find any that goes into depth like they do.
You really helped me with that link ;)