Message 321051 - Python tracker

Message321051

Author eric.smith
Recipients benjamin.peterson, eric.smith, rkrp
Date 2018-07-04.15:12:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530717163.84.0.56676864532.issue34045@psf.upfronthosting.co.za>
In-reply-to
Content
I do not believe this is a problem. The marshal documentation includes this:

Warning The marshal module is not intended to be secure against erroneous or maliciously constructed data. Never unmarshal data received from an untrusted or unauthenticated source.
History
Date User Action Args
2018-07-04 15:12:43eric.smithsetrecipients: + eric.smith, benjamin.peterson, rkrp
2018-07-04 15:12:43eric.smithsetmessageid: <1530717163.84.0.56676864532.issue34045@psf.upfronthosting.co.za>
2018-07-04 15:12:43eric.smithlinkissue34045 messages
2018-07-04 15:12:43eric.smithcreate