Secure Python

Stefan Behnel stefan.behnel-n05pAM at web.de
Fri Nov 17 03:55:59 EST 2006


krishnakant Mane wrote:
> I need to use python for a very mission critical project.  may be I
> will also use zope.
> so I will like to know how far I can trust python for security in its
> absolute (platform independent ) sence?
> I mean running unwanted code at run-time etc.

If you want a secure system, build it without having to run arbitrary code
from untrusted sources.

Stefan



More information about the Python-list mailing list