I would not recommend allowing untrusted users to execute random python on
your server in any way.

The only sandbox ive seen that is well protected is app engine, if you are
hosting your site on app engine, things might be a bit better.

I would recommend sending webhooks or callbacks to users own servers and
excuting them there.
On Apr 14, 2012 11:43 AM, "Arruda" <felipe.arruda.pon...@gmail.com> wrote:

> Is this what you're talking about?
> https://developers.google.com/appengine/docs/python/overview
> Still don't understand how this would be used.
>
> Em sábado, 14 de abril de 2012 14h19min01s UTC-3, Andy McKay escreveu:
>>
>> That's not something I'd ever recommend an untrusted user do. There
>> are still many ways that could go wrong. The safest execution
>> environment I've seen for Python is App Engine, send a callback to
>> that instead :)
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/fUxBYWsIr4MJ.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to