Embedded python security
Paul Rubin
phr-n2002a at nightsong.com
Tue Jan 15 20:47:03 EST 2002
More information about the Python-list mailing list
Tue Jan 15 20:47:03 EST 2002
- Previous message (by thread): Embedded python security
- Next message (by thread): Embedded python security
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
JavaDave98 at aol.com (Dave Conrad) writes: > The thing is, I don't need users trying to hack the server through the > scripts, and I know that those kind of security issues have been tackled > in the case of javascript since it is used for client-side web scripting. > My question is, have these kinds of issues been dealt with in python? Is > there some kind of "sandbox" I can run python scripts in? Yes, see the docs for the rexec/bastion module. I don't know if I'd trust it for high-security purposes though.
- Previous message (by thread): Embedded python security
- Next message (by thread): Embedded python security
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list