Tagged Questions
11
votes
3answers
533 views
Is reliance on parametrized queries the only way to protect against SQL injection?
All I have seen on SQL injection attacks seems to suggest that parametrized queries, particularly ones in stored procedures, are the only way to protect against such attacks. While I was working (back ...
1
vote
2answers
423 views
SQL injection attacks, how do I test and secure coldfusion queiries?
I'm running Coldfusion 8 and SQL server 2008.
I've been building serveral forms that insert data into the database from external users, we have a custom built security module built by the guy who ...