UPDATE: Sql Injection Attacks
As a follow up to my post on preventing SQL Injection Attacks a couple of months ago I just found this little nugget, I Made a Difference[^], and it shows what can be achieved if you don’t secure...
View ArticleSQL Injection Attacks
Every day I see messages on various forums asking for help with SQL. Nothing wrong with that. People want to understand how something works, or have a partial understanding but something is keeping...
View ArticleA fantastic cartoon on SQL Injection Attacks
Just in time for the SQL Injection Attack micro presentation that I’m doing. From: xkcd.org Technorati Tags: SQL Injection Attack , cartoon , xkcd
View ArticleBBC repeating mindless nonsense
I’ve just read a report from the BBC that simply repeats some mindless drivel about SQL Injection Attacks from a spokesman for the US Department of Justice. According to the BBC: Edward Wilding, a...
View ArticleIf you really must do dynamic SQL…
I may have mentioned in previous posts and articles about SQL Injection Attacks that dynamic SQL (building SQL commands by concatenating strings together) is a source of failure in the security of a...
View ArticleSQL Injection Attacks and Tips on How to Prevent Them
I’m giving a talk in Dundee on the topic of SQL Injection Attacks. If you are interested in the subject then the registration link is at the bottom of the page. Wednesday, 28th October 2009 at 19:00 –...
View ArticleSQL Injection Attack Talk in Nuneaton
I’ll be speaking to VBUG in Nuneaton on the 12th January 2010 on the subject of SQL Injection Attacks and Tips on How to Prevent Them. More details on this event can be found on the VBUG website....
View ArticleUpcoming talks
My SQL Injection Attack prevention talk is on the road. I’ve already given the talk in Dundee, Newport and Nuneaton. And in the coming months I’ll be delivering it in Glasgow, London and Newcastle. If...
View ArticleSQL Server User Group: SQL Injection Attacks
Examples The examples were run against a copy of the Adventure Works database. Basic Demo (ASP.NET MVC / C# / Visual Studio 2010) Second Order Demo (WinForms / C’# / Visual Studio 2010) Required...
View ArticleSQL Injection Attacks – DunDDD 2012
Examples The examples were run against a copy of the Adventure Works database. Basic Demo (ASP.NET MVC / C# / Visual Studio 2010) Second Order Demo (WinForms / C’# / Visual Studio 2010) Required...
View Article