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
The text part of link_to is not being escaped when it's not a safe string. The following snippet triggers a popup:
<%= link_to "<script>alert(\"XSS!!!\")</script>", nil %>
Thanks.
The text was updated successfully, but these errors were encountered:
This was fixed on github.com/rails/rails_xss but this version will be usable with Rails 2.3.6
Sorry, something went wrong.
Can it be backported? Would it be merged back into NZKoz/rails_xss if I backport it?
Yes it will be backported, don't worry we are fixing a couple of thing and we will do that sooner, thank you for helping.
No branches or pull requests
The text part of link_to is not being escaped when it's not a safe string. The following snippet triggers a popup:
Thanks.
The text was updated successfully, but these errors were encountered: