Python CGI security

Michael Ströder michael at stroeder.com
Mon Jul 3 04:54:57 EDT 2000


"E. Jordan Bojar" wrote:
> 
> Are there security issues particular to (or common with) Python CGIs,

Additional info:
- Have a close look at all os.system() and os.popen() calls.
- Use smptlib instead calling sendmail via os.system().
- Build a framework for strict form parameter checking. (I have such
a module. Feel free to ask for it.)

Ciao, Michael.



More information about the Python-list mailing list