I tried to make this as complete as possible, so a PHP developer could learn how to protect his applications no matter what framework / database he uses.
English version
SQL Injection: complete walkthrough (not only) for PHP developers
View more presentations from Krzysztof Kotowicz.
Polish version
You could also watch video recorded from the presentation. There are already some comments on the slides on niebezpiecznik.pl (Polish), but of course feel free to add comment here.
1 comment:
SQL injection is a value injection strategy that uses a protection weeknesses in a site's application. SQL injection is mostly known as an attack vector for sites but can be used to attack any kind of SQL data source
Post a Comment