[Chicago] built app to auto-generate UI for scripts.

Paul Katsen pkpp1233 at gmail.com
Tue Jul 15 20:33:47 CEST 2014


any advice on how to sandbox even more? i know sites like Udacity and
Coursera are running arbitrary code too.


On Tue, Jul 15, 2014 at 1:21 PM, Japhy Bartlett <japhy at pearachute.com>
wrote:

> you're kind of sandboxed at least because you're running in docker, but
> this is very vulnerable to malicious code!
>
> import subprocess
> subprocess.call('whoami')
>
>
> > root
>
>
> On Tue, Jul 15, 2014 at 1:06 PM, Paul Katsen <pkpp1233 at gmail.com> wrote:
>
>> Hey ya'll.
>>
>> I kept needing to teach non-engineers how to use the terminal to run
>> scripts. Decided to just hack up a site last week where you can copy/paste
>> your script in, select inputs for your script, and you get a shareable link
>> to run your code.
>>
>> Check it out - would love your feedback: https://python.blockspring.com/.
>>
>>  -Paul
>>
>> _______________________________________________
>> Chicago mailing list
>> Chicago at python.org
>> https://mail.python.org/mailman/listinfo/chicago
>>
>>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> https://mail.python.org/mailman/listinfo/chicago
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chicago/attachments/20140715/fdecd369/attachment.html>


More information about the Chicago mailing list