in reply to Re: use taint
in thread use taint
hmm, the way I read the docs suggest that use re 'taint'; does not enable global taint mode as perl -[Tt] does; if it is active, the regex-engines memory vars (and match-operators return values in list context) will be tainted if the input thats matched against was tainted -- no re 'taint'; is used to disable these effects for certain code blocks.
AFAI understand this, the purpose of this module is to tighten security in taint-mode a bit you can only untaint data in blocks in which no re 'tain' is active...
regards,
tomte
An intellectual is someone whose mind watches itself.
-- Albert Camus
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use taint
by hardburn (Abbot) on Jun 23, 2004 at 12:35 UTC |