Community

SerializeJson() Escapes Forward-Slashes In ColdFusion

(Ben Nadel) After my post yesterday about security precautions when using jsStringFormat() in ColdFusion, I wondered if the serializeJson() function would be susceptible to the same kind of Cross-Site Scripting (XSS) attack. Luckily, serializeJson() escapes forward-slashes, which prevents the premat

Read More - Register for Free Membership