RE: Taint mode in compiled program?
by Jan Dubois other posts by this author
Jul 21 2009 2:06PM messages near this date
Taint mode in compiled program?
|
RE: Taint mode in compiled program?
Hmm, works for me:
C:\> type foo.pl
#!perl -Tw
print eval shift;
C:\> perlapp -f foo.pl
.
C:\> foo 3+3
Insecure dependency in eval while running with -T switch at foo.pl line 2.
What exactly are you doing?
Cheers,
-Jan
From: pdk-bounces@[...].com [mailto:pdk-bounces@[...].com] On Behalf Of Jamie Harris
Sent: Tuesday, July 21, 2009 1:20 PM
To: pdk@[...].com
Subject: Taint mode in compiled program?
Is there a way to use taint mode in a compiled program? I put -T on the #! line and I get:
"-t" is on the #! line, it must also be used on the command line at program.pl line 1.
I tried -perl c:\perl\bin\perl.exe -t and even -perl "c:\perl\bin\perl.exe -t".
How do I make that work?
-----------------------------------------------------
James Harris
Enterprise Application Analyst/Programmer
Information Technology Division
Frederick Community College
-----------------------------------------------------
Thread:
Jamie Harris
Jan Dubois
Adam R. Frielink
|