in reply to Re: Executing program with arguments from cgi script
in thread Executing program with arguments from cgi script

I finally solved it using system. Risks seem low as the script is working in cron from a non-accessible place from users. Thank you all for your help :)
  • Comment on Re^2: Executing program with arguments from cgi script

Replies are listed 'Best First'.
Re^3: Executing program with arguments from cgi script
by hippo (Archbishop) on Jan 26, 2021 at 18:53 UTC
    Risks seem low

    History is littered with the corpses of those who said just that.

    At least run in taint mode: a low-impact way to remove a lot of the remaining danger.


    🦛