On Tue, Oct 14, 2003 at 03:58:37PM -0400, George Theall wrote: > On Tue, Oct 14, 2003 at 11:54:12AM -0500, Adam Kaufman wrote: > > > [EMAIL PROTECTED] >./update-nessus-plugins -dbps > > debug: files in '/usr/local/lib/nessus/plugins' before update: > > Insecure dependency in chdir while running with -T switch at > > /usr/libdata/perl/5.00503/File/Find.pm line 133. > > You are using an older version of File::Find. Version distributed > before Perl 5.6.0 don't support the no_chdir option, which is used to > avoid problems with taint checks. Either upgrade File::Find (or even > Perl itself) or disable taint checks (ie, remove the -T option on the > first line).
Thanks. I installed the perl5 port, which upgraded it to 5.6.1 and the error went away. -Adam
