This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients christian.heimes, cryptophoto, vstinner
Date 2020-11-26.11:56:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606391808.87.0.483511061746.issue42472@roundup.psfhosted.org>
In-reply-to
Content
I suggest you to read https://python-security.readthedocs.io/security.html about the Python security model. In short, as soon as you let users to execute arbitrary Python code, they get a full access to the machine.

If you want to restrict access, you must run Python inside a restricted container (or any sandbox).
History
Date User Action Args
2020-11-26 11:56:48vstinnersetrecipients: + vstinner, christian.heimes, cryptophoto
2020-11-26 11:56:48vstinnersetmessageid: <1606391808.87.0.483511061746.issue42472@roundup.psfhosted.org>
2020-11-26 11:56:48vstinnerlinkissue42472 messages
2020-11-26 11:56:48vstinnercreate