« Protecting PHP server behaviors from SQL injection vulnerability | Main | Protecting JSP server behaviors from SQL injection vulnerability »

May 9, 2006

Protecting ASP VBScript server behaviors from SQL injection vulnerability

TechNote: Some databases let you send multiple SQL statements in a single query. Because of this, there are potential security risks when you pass parameters in a query string to a dynamically generated database query. Some of the server behavior code created by Dreamweaver should be modified to reduce the risk of SQL injection attacks. This TechNote covers Dreamweaver's ASP VBScript server behaviors.

Posted by jhallstrom at May 9, 2006 2:53 PM

Related Entries