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 larry
Recipients benjamin.peterson, christian.heimes, larry, ned.deily, serhiy.storchaka, symphorien
Date 2017-01-06.21:20:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483737604.17.0.425157335304.issue29125@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand the fix.  Does this really prevent the injection?

I would fix it this way:

    if tixlib is not None and os.path.exists(tixlib):
History
Date User Action Args
2017-01-06 21:20:04larrysetrecipients: + larry, christian.heimes, benjamin.peterson, ned.deily, serhiy.storchaka, symphorien
2017-01-06 21:20:04larrysetmessageid: <1483737604.17.0.425157335304.issue29125@psf.upfronthosting.co.za>
2017-01-06 21:20:04larrylinkissue29125 messages
2017-01-06 21:20:04larrycreate