Ok, I get the use of cfqueryparam, but how about all the other form fields? 
aren't they also bound to an attack?

Let's say I have this:

        <CFQUERY NAME="qPrize" DATASOURCE="Prizes">
            SELECT *
            FROM DailyPrizes
            WHERE PrizeId = <cfqueryparam cf_sql_type="cf_sql_numeric"
                            value="#FORM.PrizeId#"
        </cfquery>

What happens with all the other fields that also input data into my db?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3422
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to