Search found 3 matches

by gregor
18 Aug 2016, 17:41
Forum: General Discussion (cxs)
Topic: Error Insecure dependency in chdir while running
Replies: 6
Views: 9443

Re: Error Insecure dependency in chdir while running

ok, did a bit more research and found that this error only happens if you use -Q foldername as an option. In any case, if anybody else runs into this issue, the only solution I found was to use perlbrew to install a new perl (I chose 5.24.0). You get perlbrew from the epel repo. Then whenever you ca...
by gregor
17 Aug 2016, 21:39
Forum: General Discussion (cxs)
Topic: Error Insecure dependency in chdir while running
Replies: 6
Views: 9443

Re: Error Insecure dependency in chdir while running

A bit more information: CXS still works perfectly fine on a CentOS 6 machine (no CPANEL) this issue only seems to happen on CentOS 5 machines.
by gregor
17 Aug 2016, 21:33
Forum: General Discussion (cxs)
Topic: Error Insecure dependency in chdir while running
Replies: 6
Views: 9443

Re: Error Insecure dependency in chdir while running

Hello Sarah, Is there any chance the developer could take a look at this problem? I was able to fix the issue in the Perl File::Find module myself by adding this: if ($udir =~ /^([ &:#-\@\w.]+)$/) { $udir = $1; #data is now untainted } else { # data is bad, log this: print STDERR "[TAINT] B...