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
By using render inline: here you may be introducing a RCE since it will evaluate ERB.
render inline:
rails_email_preview/app/controllers/rails_email_preview/emails_controller.rb
Line 70 in 723c126
Is that intended?
The text was updated successfully, but these errors were encountered:
Good catch!
Sorry, something went wrong.
Use render html: instead of render inline:
b303af1
Refs #82
Fixed, released in https://github.com/glebm/rails_email_preview/releases/tag/v2.2.2
👍
No branches or pull requests
By using
render inline:
here you may be introducing a RCE since it will evaluate ERB.rails_email_preview/app/controllers/rails_email_preview/emails_controller.rb
Line 70 in 723c126
Is that intended?
The text was updated successfully, but these errors were encountered: