On Thu Sep 29 06:37:25 2005, guest wrote:
Show quoted text
> parameter names matching `internal` CGI.pm names may interfere or
> crush script
>
> for e.g.: "http://host/?.cookie=crack"
Perhaps this was issue at some point in the past, but it's not with
3.43. You can easily see how special and normal parameters are stored.
They are not in the same part of the data structure:
###
use CGI;
my $q = CGI->new('.cookie=crack&good=foo');
use Data::Dumper;
warn Dumper ($q);
###
Mark
Tue Apr 21 22:30:34 2009The RT System itself - Status changed from 'new' to 'open'
Sun Jul 19 20:03:56 2009MARKSTOS [...] cpan.org - Status changed from 'open' to 'resolved'
Fri May 23 14:28:30 2014The RT System itself - Queue changed from CGI.pm to CGI