ejoffe has asked for the wisdom of the Perl Monks concerning the following question:
Insecure dependency in chdir while running with -T switch at /usr/local/lib/perl5/site_perl/5.6.1/Archive/Zip.pm line 1088.
This happens even when passing a hardcoded path to addTree likeThe module developer no longer works in Perl and so suggested I post on perlmonks for someone to latch on to fixing it. Ned (the author) said to email him with a fix if there is one at ned@bike-nomad.com, and he will incorporate it into the module.$zip->addDirectory("foo"); $zip->addTree("/tmp/bar", "foo/bar");
janitored by ybiC: Retitle from detrimental-to-PM-search one-word "Archive::Zip", and minor format tweaks for legibility
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Archive::Zip, taint, addTree()
by PodMaster (Abbot) on Mar 18, 2004 at 03:38 UTC |