A small bug fixed on this release. Now tainted-ness infects from self to newly-created string with undump
.
s = 'foo'.taint # s is tainted
t = s.undump # t is also tainted for now!
puts t.tainted? #=> true
A small bug fixed on this release. Now tainted-ness infects from self to newly-created string with undump
.
s = 'foo'.taint # s is tainted
t = s.undump # t is also tainted for now!
puts t.tainted? #=> true