Skip to content

Comment on Python for Financeparent

Comments

Having struggled hard with the problem of remote Python code execution before, I'm quite interested how you're doing it. Mind sharing?

Essentially you can't sandbox CPython at the interpreter level, it's too introspective (I do it anyway though, just as a first level of defence). You need sandboxing at the OS level.

Happy to go into more details by email.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.