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 alexandre.vassalotti
Recipients ajaksu2, alexandre.vassalotti, christian.heimes
Date 2008-08-25.16:00:02
SpamBayes Score 0.12526523
Marked as misclassified No
Message-id <1219680003.98.0.321638912859.issue3664@psf.upfronthosting.co.za>
In-reply-to
Content
Unpickler looks safe as Unpickler_load() checks if Unpickler was
properly initialized. And only Pickler_dump is vulnerable right now (new
methods, if any, exposed for issue3385 will have to take into account
this vulnerability).
History
Date User Action Args
2008-08-25 16:00:04alexandre.vassalottisetrecipients: + alexandre.vassalotti, christian.heimes, ajaksu2
2008-08-25 16:00:03alexandre.vassalottisetmessageid: <1219680003.98.0.321638912859.issue3664@psf.upfronthosting.co.za>
2008-08-25 16:00:03alexandre.vassalottilinkissue3664 messages
2008-08-25 16:00:03alexandre.vassalotticreate