Input Sanitation Best Practices

Posted by Adam Driscoll on Stack Overflow See other posts from Stack Overflow or by Adam Driscoll
Published on 2010-03-13T23:21:31Z Indexed on 2010/03/13 23:25 UTC
Read the original article Hit count: 159

Filed under:
|
|

Our team has recently been working on a logic and data layer for our database. We were not approved to utilize Entity or Linq to SQL for the data layer. It was primarily built by hand. A lot of the SQL is auto generated. An obvious down fall of this is the need to sanitize inputs prior to retrieval and insertion.

What are the best methods for doing this? Searching for terms like insert, delete, etc seems like a poor way to accomplish this. Is there a better alternative?

© Stack Overflow or respective owner

Related posts about sql

Related posts about input