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 barry, benjamin.peterson, christian.heimes, jwilk, pitrou
Date 2013-06-28.08:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372409291.22.0.83245227386.issue18317@psf.upfronthosting.co.za>
In-reply-to
Content
We don't eval() the whole MO file. It's just the pluralization formula, http://www.gnu.org/software/gettext/manual/gettext.html#index-nplurals_0040r_007b_002c-in-a-PO-file-header_007d-1093

The patch uses ast.NodeVisitor to look for dangerous code.
History
Date User Action Args
2013-06-28 08:48:11christian.heimessetrecipients: + christian.heimes, barry, pitrou, benjamin.peterson, jwilk
2013-06-28 08:48:11christian.heimessetmessageid: <1372409291.22.0.83245227386.issue18317@psf.upfronthosting.co.za>
2013-06-28 08:48:11christian.heimeslinkissue18317 messages
2013-06-28 08:48:11christian.heimescreate