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 techtonik
Recipients techtonik
Date 2011-03-22.23:09:35
SpamBayes Score 0.0037690203
Marked as misclassified No
Message-id <1300835376.2.0.376957339181.issue11641@psf.upfronthosting.co.za>
In-reply-to
Content
2to3 converts raw_input() calls into input(), and input() runs all user data through eval(). This opens a hole in previously secure Python2.x applications.

Is the author of this change aware of the issue?
History
Date User Action Args
2011-03-22 23:09:36techtoniksetrecipients: + techtonik
2011-03-22 23:09:36techtoniksetmessageid: <1300835376.2.0.376957339181.issue11641@psf.upfronthosting.co.za>
2011-03-22 23:09:35techtoniklinkissue11641 messages
2011-03-22 23:09:35techtonikcreate