Thursday, August 11, 2011

MosBase: Grails Security - XSS Prevention using Html-Codecs

MosBase: Grails Security - XSS Prevention using Html-Codecs
There are so many applications out there that don’t care about Cross-site scripting (XSS) attacks.

Grails has a nice feature for fixing this basic XSS issue. All you need to do is set the default-codec to html in your Config.groovy

No comments:

Post a Comment