|
Hello everybody,
has anyone yet tried to use Schedule::At in taint mode?
Especially deleting a job from the atq?
Doing this, i get the following error:
Insecure dependency in piped open while running setuid at /usr/local/share/perl/5.8.8/Schedule/At.p
+m line 157, <ATCMD> chunk 1.
I wonder if the $command variable in line 157 of At.pm needs to be untainted or is there any other way to use Schedule::At in taint mode without having to customize At.pm?
Thanks for any tips.
Regards,
Thomas |