Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

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