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 christian.heimes, kalekundert
Date 2021-01-11.21:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610402383.59.0.679256191602.issue42898@roundup.psfhosted.org>
In-reply-to
Content
The pickle module is not safe against malicious or faulty data. Invalid data can cause code injects or even segfaults. It's a know and documented behavior, https://docs.python.org/3/library/pickle.html
History
Date User Action Args
2021-01-11 21:59:43christian.heimessetrecipients: + christian.heimes, kalekundert
2021-01-11 21:59:43christian.heimessetmessageid: <1610402383.59.0.679256191602.issue42898@roundup.psfhosted.org>
2021-01-11 21:59:43christian.heimeslinkissue42898 messages
2021-01-11 21:59:43christian.heimescreate