<p dir="ltr"><br>
On 13 Nov 2013 07:18, "Victor Stinner" <<a href="mailto:victor.stinner@gmail.com">victor.stinner@gmail.com</a>> wrote:<br>
><br>
> Please tell me if you know sandbox projects for Python so I can<br>
> redirect users of pysandbox to a safer solution. I already know PyPy<br>
> sandbox.</p>
<p dir="ltr">Sandboxing is hard enough (see also the many JVM vulnerabilities) that the only ones I even remotely trust are the platform level mechanisms that form the foundation of the various PaaS services, including SELinux and Linux containers.</p>

<p dir="ltr">Cross platform? In process? Even Lua is hard to secure in that situation, and it has a much smaller attack surface than CPython or Java.</p>
<p dir="ltr">Cheers,<br>
Nick.<br>
</p>