Late Night Dev

Business and Development Resources for Web Developers and Analysts

Posts Tagged ‘web application security’

Guard against SQL Injection Attacks

By Patrick Irvin • May 20th, 2008 • Category: Security

After this past weeks onslaught of SQL injection attacks I think it is appropriate to review some measures that developers can take to ensure they do not become victims. If you are accepting unfiltered user input into your application or have a web application with parameterized queries and the commands are not sanitized before [...]