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). George -- [EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
