Skip Menu |

This queue is for tickets about the File-Copy-Recursive CPAN distribution.

Report information
The Basics
Id: 59493
Status: resolved
Priority: 0/
Queue: File-Copy-Recursive

People
Owner: Nobody in particular
Requestors: tlhackque [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.38
Fixed in: (no value)



Subject: Broken in taint mode
Recursive dircopy dies in taint mode when it encounters a symlink and tries to replicate it with symlink(). Cause: readlink's data is tainted.
Subject: Re: [rt.cpan.org #59493] Broken in taint mode
Date: Sat, 17 Jul 2010 20:57:20 -0500
To: via RT <bug-File-Copy-Recursive [...] rt.cpan.org>
From: Dan Muey <webmaster [...] simplemood.com>
thanks, will address hopefully this week On Jul 17, 2010, at 6:00 PM, via RT wrote: Show quoted text
> Sat Jul 17 19:00:33 2010: Request 59493 was acted upon. > Transaction: Ticket created by tlhackque > Queue: File-Copy-Recursive > Subject: Broken in taint mode > Broken in: 0.38 > Severity: Critical > Owner: Nobody > Requestors: tlhackque@yahoo.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59493 > > > > Recursive dircopy dies in taint mode when it encounters a symlink and > tries to replicate it with symlink(). > > Cause: readlink's data is tainted. > >
On Sat Jul 17 19:00:33 2010, tlhackque wrote: Show quoted text
> Recursive dircopy dies in taint mode when it encounters a symlink and > tries to replicate it with symlink(). > > Cause: readlink's data is tainted. >
This should be addressed in https://github.com/drmuey/p5-File-Copy-Recursive/commit/a8a064689575ca07931ce7a372e4d0ffbaef0ce8 thanks!