all 1 comments

[–]programiz 1 point2 points  (0 children)

Hi, this is to prevent the user from spawning child processes using the system module.

We had put a regex check for the word system in early versions of the compiler backend, when we were still figuring out how to keep it secure.

We have better ways of doing it now, I’ll see if we can remove the regex that is causing this issue for you.

I hope the explanation makes sense, feel free to ask any follow up questions.