Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: sic4730
I'm trying to secure our site from possible SQL injection. Currently our site uses several sql select statements w/in a CFQUERY. I was able to pull extra data then intended using and input field on our site.
So how should I go about correcting this?
I have read to use cfqueryparam for all form fields will help. Is this enough. I have also read to create the script w/in the the database as Stored Procedure instead of running them from the web application.
Any help or advise would be great. Also any books written about SQL injection and CF.
Thanks!