Please explain how having a no taint block would still keep the spirit of not making untainting easy? Just add a no taint at the top of ones code, and the -T goes away. <chaim> >>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> I think I'd prefer to leave untainting to regexes. DS> What I was thinking of was something along the lines of a lexically scoped DS> pragma--"use taint"/"no taint". (We could do this by sticking in an opcode DS> to set/unset the tainting status, as well as the warning status, and so on) DS> Taint checking is disabled in a no taint block. Whether we still set the DS> taint status on a scalar could depend on the -T switch, so data would still DS> be tainted in a no taint block. -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- $^O and $^T variables (on-the-fly tainting) Nathan Wiger
- Re: $^O and $^T variables (on-the-fly tainting) Dan Sugalski
- RFC: On-the-fly tainting via $^T Nathan Wiger
- Re: RFC: On-the-fly tainting via $^T Matthew Cline
- Re: RFC: On-the-fly tainting via $^T Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Matthew Cline
- Re: RFC: On-the-fly tainting via $^T Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Nathan Torkington
- Re: RFC: On-the-fly tainting via $... Chaim Frenkel
- Re: RFC: On-the-fly tainting v... Dan Sugalski
- Re: RFC: On-the-fly tainting via $... Graham Barr
- Re: RFC: On-the-fly tainting v... Dan Sugalski
- Re: RFC: On-the-fly tainti... Graham Barr
- Re: RFC: On-the-fly tainting via $^T John Tobey
- Re: RFC: On-the-fly tainting via $^T Ariel Scolnicov
- Re: RFC: On-the-fly tainting via $^T Nathan Wiger
- Re: RFC: On-the-fly tainting via $^T Nathan Wiger
- Re: RFC: On-the-fly tainting via $... Graham Barr
- Re: RFC: On-the-fly tainting via $^T Tim Bunce