Skip to main content
This topic has been closed for replies.

1 reply

Participant
January 13, 2013

The scriptProtect feature in CFML engines doesn't protect against using code like shown below to insert malicious code.  You must still validate data submitted by users you don't trust.

onclick="javascript:doEvil();"  or href="javascript:doEvil();"