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 Claudiu.Popa
Recipients Claudiu.Popa, Guido.van.Rossum, gvanrossum, lemburg, r.david.murray, serhiy.storchaka, stephen.farris, vstinner
Date 2015-01-24.10:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422096252.59.0.104024372191.issue22885@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Serhiy. Only the security issue is fixed in this patch, since eval is replaced by ast.literal_eval and nothing else. Indeed, if the data is something else than what dbm expects after ast.literal_eval, then it would fail, but it would have failed previously too.
History
Date User Action Args
2015-01-24 10:44:12Claudiu.Popasetrecipients: + Claudiu.Popa, lemburg, gvanrossum, vstinner, r.david.murray, serhiy.storchaka, Guido.van.Rossum, stephen.farris
2015-01-24 10:44:12Claudiu.Popasetmessageid: <1422096252.59.0.104024372191.issue22885@psf.upfronthosting.co.za>
2015-01-24 10:44:12Claudiu.Popalinkissue22885 messages
2015-01-24 10:44:12Claudiu.Popacreate