
ActiveSupport String output safety gets included in global scope in Rails 3.2
Reported by Michal Szyndel | December 4th, 2012 @ 05:05 AM
ActiveSupport String output safety gets included in global scope in Rails 3.2
To reproduce:
1. Create new Rails 3.2 app
2. Add RedCloth to Gemfile
3. bundle install
4. rails r “Object.new.h”
Sample app to reproduce this bug: https://github.com/hajder/redcloth_bug
No comments found
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML