Thread Perl und die Kontexte (42 answers)
Opened by Muffi at 2014-10-07 10:42

GwenDragon
 2014-10-22 15:21
#177922 #177922
User since
2005-01-17
14536 Artikel
Admin1
[Homepage]
user image
Übrigens ist das Problem mit param mit einem warning entwas entschärft.
Zu sehen bei HTML-Masons Tests:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
t/14-cgi.t ................................ 1/7 CGI::param called in list context from package HTML::Mason::Utils line 4
8, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at C:
/strawberry/perl/site/lib/CGI.pm line 436.
CGI::param called in list context from package HTML::Mason::Utils line 48, this can lead to vulnerabilities. See the war
ning in "Fetching the value or values of a single named parameter" at C:/strawberry/perl/site/lib/CGI.pm line 436.
CGI::param called in list context from package HTML::Mason::Commands line 1, this can lead to vulnerabilities. See the w
arning in "Fetching the value or values of a single named parameter" at C:/strawberry/perl/site/lib/CGI.pm line 436.
t/14-cgi.t ................................ ok
t/14a-fake_apache.t ....................... 1/97 CGI::param called in list context from package HTML::Mason::Utils line
48, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at C
:/strawberry/perl/site/lib/CGI.pm line 436.
CGI::param called in list context from package HTML::Mason::Utils line 48, this can lead to vulnerabilities. See the war
ning in "Fetching the value or values of a single named parameter" at C:/strawberry/perl/site/lib/CGI.pm line 436.
CGI::param called in list context from package HTML::Mason::Utils line 48, this can lead to vulnerabilities. See the war
ning in "Fetching the value or values of a single named parameter" at C:/strawberry/perl/site/lib/CGI.pm line 436.


Und in CGI.pms source bei Zeile 431
Last edited: 2014-10-22 15:23:39 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Perl und die Kontexte