Cleansing string / input in Coldfusion 9
Posted
by
Jakub
on Stack Overflow
See other posts from Stack Overflow
or by Jakub
Published on 2011-01-10T20:20:57Z
Indexed on
2011/01/10
20:53 UTC
Read the original article
Hit count: 263
I have been working with Coldfusion 9 lately (background in PHP primarily) and I am scratching my head trying to figure out how to 'clean/sanitize' input / string that is user submitted.
I want to make it HTMLSAFE, eliminate any javascript, or SQL query injection, the usual. I am hoping I've overlooked some kind of function that already comes with CF9.
Can someone point me in the proper direction?
© Stack Overflow or respective owner