Skip Menu |

This queue is for tickets about the Log-Dispatch-Dir CPAN distribution.

Report information
The Basics
Id: 108188
Status: resolved
Priority: 0/
Queue: Log-Dispatch-Dir

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.13
Fixed in: 0.14



Subject: Taint failures possible
See http://www.cpantesters.org/cpan/report/a26684bc-7e5f-11e5-b2b0-b5d9dfbfc7aa for a sample fail report. It's possible that the failure happens only with older Media::Type::Simple. This perl has v0.30.6 installed, with v0.31.0 the taint failure does not happen.
On Fri Oct 30 07:34:29 2015, SREZIC wrote: Show quoted text
> See http://www.cpantesters.org/cpan/report/a26684bc-7e5f-11e5-b2b0- > b5d9dfbfc7aa for a sample fail report. It's possible that the failure > happens only with older Media::Type::Simple. This perl has v0.30.6 > installed, with v0.31.0 the taint failure does not happen.
Confirmed. I've now untaint the result from Media::Type::Simple to pass the tests again. Thanks.