Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:test': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'received:mail- bw0-f46.google.com': 0.09; 'received:209.85.214.46': 0.16; 'subject:embedded': 0.16; 'url:code': 0.17; 'header:In-Reply- To:1': 0.21; 'seems': 0.21; 'maybe': 0.23; 'message- id:@mail.gmail.com': 0.28; 'received:209.85.214': 0.28; 'code,': 0.29; 'hi,': 0.31; 'google': 0.31; 'app': 0.32; 'to:addr:python- list': 0.33; 'limitations': 0.35; 'received:google.com': 0.37; 'received:209.85': 0.37; 'url:docs': 0.37; 'url:python': 0.38; 'somewhat': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'url:google': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.39; 'hope': 0.60; 'your': 0.60; 'design': 0.63; 'engine': 0.70; 'dennis': 0.77; 'url:overview': 0.84; 'subject:Security': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gC4u7hna9sj45B7t0Zumt5X44xRgB17LibC5HC7OGiU=; b=c+Qo1QIHSj5cP0jJ5hV80CUWM1709wzl2RcKkEuzB5fJILVGRVtkIYFzNVtQBXoRBw WPaLPZHJhh5kPHFH3O6EiyC+5TZD4KSxfysbikzVSfn8VyYauq0zxQhobzR/58W7D4Ai TwD67pObAhb+eaD6yIJBnheM4BzmxkfxgP1K4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sH37G5IeeDo3hYVeAnWSzZHInbDAyQUqIYRvfdEiCT1x5yISmbkn/YyXqc6I7m9p5T d1C4C3w+DZbfFo/rHVjj4aO+jbbQUPEY+PmI0CMRoUtvMY4piyrynyVupCo5vF+M68bd gZBPhMikQiZP6HTfKQl9qkmKG6C3FxIdyjx8k= MIME-Version: 1.0 In-Reply-To: <7x4o3ittv7.fsf@ruckus.brouhaha.com> References: <7xhb7i7hes.fsf@ruckus.brouhaha.com> <7xei2my4fd.fsf@ruckus.brouhaha.com> <7x4o3ittv7.fsf@ruckus.brouhaha.com> Date: Tue, 21 Jun 2011 22:37:05 -0700 Subject: Re: Security test of embedded Python From: Dennis To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308721027 news.xs4all.nl 49181 [::ffff:82.94.164.166]:39758 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8186 Hi, The Google App Engine product seems to sandbox Python code, however it comes with a lot of limitations and maybe those can be an inspiration for how you design your infrastructure. http://code.google.com/appengine/docs/python/overview.html http://code.google.com/appengine/kb/commontasks.html I hope this helps somewhat - I know lacking some specifics. Dennis O.