Re: [Python-Dev] Challenge: Please break this! (a.k.a restricted mode revisited)

2016年4月12日 05:24:13 -0700

2016年04月12日 13:38 GMT+02:00 Maciej Fijalkowski <[email protected]>:
> (...) you end up with either a
> completely unusable python (the python that can't run anything is
> trivially secure)
Yeah, that's the obvious question: what's the purpose of such very
limited Python subset, for example something limited to int with a few
operators (+ - * /)?
That's also why I gave up with pysandbox. It became impossible to
execute anything more complex than an hello world.
By the way, I noticed that enum.Enum and enum.EnumMeta don't work in
your sandbox.
Victor
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to