Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
This gives me the following in my error logs.warn "DJR attempting to do [$file]"; use Scalar::Util; warn "DJR file variable is tainted ?". Scalar::Util::tainted($file); $list = do $file; # this is the original bit thats failing
[Wed Aug 23 12:21:08 2006] null: DJR attempting to do [unicore/lib/gc_sc/Word.pl] at /usr/lib/perl5/5.8.5/utf8_heavy.pl line 185. [Wed Aug 23 12:21:08 2006] null: DJR file variable is tainted ?0 at /usr/lib/perl5/5.8.5/utf8_heavy.pl line 187. [Wed Aug 23 12:21:08 2006] [error] [Wed Aug 23 12:21:08 2006] null: Insecure dependency in require while running with -T switch at /usr/lib/perl5/5.8.5/utf8_heavy.pl line 188.\n
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: taint problems in utf8_heavy
by shmem (Chancellor) on Aug 23, 2006 at 17:54 UTC | |
by duckyd (Hermit) on Aug 23, 2006 at 23:17 UTC | |
|
Re: taint problems in utf8_heavy
by graff (Chancellor) on Aug 24, 2006 at 01:59 UTC |