Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Insecure Dependency in Taint Mode

by Bod (Parson)
on Nov 04, 2022 at 22:33 UTC ( [id://11147972]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    
    ...
    
    print "Content-type: text/plain\n\n";
    print "$ENV{'HTTP_HOST'}/test.pdf\n";
    
  2. or download this
    Insecure dependency in open while running with -T switch at /usr/lib64
    +/perl5/IO/File.pm line 187
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11147972]
Approved by kcott
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found