Hi there,
I’m currently trying to use jruby because ruby1.8 is too slow in my
point of view. For my project, I need to know which variables are
tainted and which not. But unfortunately, it seems that something goes
wrong with tainted variables in jruby implementation.
In fact, with a dummy rails application, i have never tainted object or
variables, in particular with objects derivating from
ActiveRecord::Base.
Can anyone help me ? or confirm this behavior ?
Thx
Romaric Ludinard