Thread Fehler im Modul abfangen: und Taint Mode (14 answers)
Opened by anti at 2004-12-13 12:06

pq
 2004-12-13 15:14
#49947 #49947
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=anti,13.12.2004, 11:06]
Quote
Software error:
Insecure $ENV{PATH} while running with -T switch at /var/www/cgi-bin/projekt/start.cgi line 78.
[/quote]
perl sagt dir, ja, dass $ENV{PATH} unsicher ist, nicht $Directory!
$ENV{PATH} kommt ja auch von außen.
also: $ENV{PATH} = 'pfade/die/du/brauchst';
und fertig.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Fehler im Modul abfangen: und Taint Mode