We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least when using formMethod="get", it is possible to pass HTML in the $param.op url parameter and have it executed as it is not escaped.
formMethod="get"
$param.op
Tested on version 2.5.0 (branch "grails-2"), grails v. 2.5.5.
Pull request follows.
The text was updated successfully, but these errors were encountered:
encode user supplied parameter as HTML
a8a0f38
fixes Grails-Plugin-Consortium#72
encode user supplied parameter as HTML (#73)
e9400bf
fixes #72
No branches or pull requests
At least when using
formMethod="get"
, it is possible to pass HTML in the$param.op
url parameter and have it executed as it is not escaped.Tested on version 2.5.0 (branch "grails-2"), grails v. 2.5.5.
Pull request follows.
The text was updated successfully, but these errors were encountered: