Skip to content

caredotcom/XssSanitizer

 
 

Repository files navigation

XssSanitizer

Grails plugin for sanitizing XSS from the user input.

This plugin uses OWASP ESAPI library to sanitize request parameters. This reduces the risk of dangerous XSS request parameters possibly being rendered on the client.

Installation

In a grails project, run the following command:

grails install-plugin xss-sanitizer

About

Grails plugin for sanitizing XSS from the user input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 55.5%
  • Java 44.5%