Subject: | doesn't work in tainted mode 5.10.1 |
Hello,
I've actually found two problems:
~~~ SNIP ~~~
Error executing class callback in prerun stage: Insecure dependency in
mkdir while running with -T switch at
/usr/lib64/perl5/5.10.1/File/Path.pm line 108.
~~~ SNIP ~~~
when session directory doesn't exist.
And:
~~~ SNIP ~~~
Error executing class callback in prerun stage: Insecure dependency in
sysopen while running with -T switch at
/usr/lib64/perl5/site_perl/5.10.1/CGI/Session/Driver/db_file.pm line 98.
~~~ SNIP ~~~
when session directory exists.
All rub lies withing '$lock_file' variable at line 93.
I haven't figured out how to fix it yet, because...well, I just didn't.
I know there is not much you can do about File::Path, but how about
'$lock_file'? Please?
Also, if I luckily found out solution, I'll post back.
Thanks!