June 2010
Intermediate to advanced
328 pages
7h 51m
English
Practically every database application builds SQL statements dynamically. If you build any portion of an SQL statement by concatenating strings together or interpolating variables into strings, then the statement potentially exposes your application to SQL Injection attacks. SQL Injection vulnerabilities are so common that you should assume that you have some in any application that uses SQL, unless you’ve just completed a code review specifically to find and correct these issues.
Read now
Unlock full access