-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
do 'file' under taint checking #216
Comments
From @tamiasdo 'file'; fails silently under taint checking. I have confirmed this taintdo.pl: #!perl -w print "Will do it.\n"; $do = do 'doit.pl'; if (not defined $do) { doit.pl: print "Doing it.\n"; ~> perl taintdo.pl ~> (Of course, the file still exists, that's just the unset value of $! I could find nothing in either perlsec or perlfunc about this interaction After finally figuring out the problem (no, I'm not going crazy!) I worked (I'm reporting this with perl5.004_04, but it applies to perl5.005_03 as Perl Info
|
Migrated from rt.perl.org#1022 (status was 'resolved')
Searchable as RT1022$
The text was updated successfully, but these errors were encountered: