import question
Dan Stromberg
drsalists at gmail.com
Thu Nov 18 19:24:28 EST 2021
On Thu, Nov 18, 2021 at 12:21 PM Chris Angelico <rosuav at gmail.com> wrote:
> If you're trying to make a Python-in-Python sandbox, I recommend not.
> Instead, use an OS-level sandbox (a chroot, probably some sort of CPU
> usage limiting, etc), and use that to guard the entire Python process.
> Python-in-Python will basically *never* be secure.
>
Good advice to not try to sandbox python.
But chroot can sometimes be broken out of. It isn't a cure-all.
More information about the Python-list
mailing list