[Nagios-devel] Re: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Re: [Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts

Post by Guest »

Hi Douglas..

I just patched all the perl scripts in the plugins-scripts directory..

After I submitted the fix to CVS, I noted that Perl complains about the -T
switch for all scripts that have "use utils qw(...)" possibly because
$FindBin::Bin is being considered tainted


I could untaint by using /(.*)/ or come up with a better regex for the
directory path...

Any feedback on a better regex appreciated..

-sg









This post was automatically imported from historical nagios-devel mailing list archives
Original poster: sghosh@sghosh.org
Locked