Subject: Re: tainted symbols?
From: Carlos <angus quovadis.com.ar>
Date: Sat, 21 Feb 2004 04:07:40 +0900
References: 932659328093281
In-reply-to: 93281
> C> t = gets.chomp # -> happens to be 'Hello world'
> C> s = t.intern # tainted
>
> svg% ruby -e 't = "aa"; t.taint; p t.intern.tainted?'
> false
> svg%
It was hypotetical example to show why I think it is a bad idea to
transmit taint with #intern.