Insecure $ENV{PATH} while running with -T switch
Solution: untaint $ENV{PATH}.
BEGIN { $ENV{PATH} = '/bin'; }
Where's the problem?
🦛
In reply to Re: Proper and acceptable use of backticks in a modern Perl script
by hippo
in thread Proper and acceptable use of backticks in a modern Perl script
by Polyglot
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |