Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Insecure Dependency in Taint Mode

by pryrt (Abbot)
on Nov 05, 2022 at 19:19 UTC ( [id://11147994]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DOCUMENT ROOT = /home1/pryrtcom/public_html
    inside eval block to avoid dying on the tainted environment variable
    ...
    inside second eval block to avoid dying on the tainted environment var
    +iable
    eval 2 didn't die if this prints
    it did not die because I untainted /home1/pryrtcom/public_html.
    
  2. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
        1;
    } or die "eval failed: $@";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11147994]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (9)
As of 2024-03-28 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found