Subject: | Parser.pm not taint safe |
Line 626 of Parser.pm is not taint safe because it evals a string returned from File::Find. It can be fixed by changing line 625 from:
s/\.pm\z//;
To something like:
($_) = $_ =~ /\A(.+)\.pm\z/;
This queue is for tickets about the DateTime-Format-Builder CPAN distribution.
The Basics
People
|
Bug Information
|