Is this Coldfusion query SQL Injection proof?
问题 Typically I use integer ids in my application, but for this one piece of dev I am doing look ups on a text field - a tag name. I do make use of cfqueryparam but considering that it's a text field, could it be vulnerable to sql injection attacks, and if so, how do other people get around this other than tediously searching the string for SQL commands. My query looks something like: SELECT tagId -- etc etc FROM tag WHERE tagName = <cfqueryparam cfsqltype="cf_sql_varchar" maxlength="50" value="