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 christian.heimes
Recipients Iman Sharafaldin, christian.heimes, serhiy.storchaka, vstinner
Date 2020-07-12.16:35:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594571745.43.0.868524263568.issue41208@roundup.psfhosted.org>
In-reply-to
Content
Linux containers like Docker are not a security boundary. They are a merely a mechanism to package, deliver, and run software. Dan Walsh coined the phrase "Containers Don't Contain" a while ago. It's possible to tighten security of containers. This starts at "Don't execute arbitrary and potentially malicious code".
History
Date User Action Args
2020-07-12 16:35:45christian.heimessetrecipients: + christian.heimes, vstinner, serhiy.storchaka, Iman Sharafaldin
2020-07-12 16:35:45christian.heimessetmessageid: <1594571745.43.0.868524263568.issue41208@roundup.psfhosted.org>
2020-07-12 16:35:45christian.heimeslinkissue41208 messages
2020-07-12 16:35:45christian.heimescreate