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 vstinner
Recipients cvrebert, demian.brecht, docs@python, r.david.murray, rhettinger, vstinner
Date 2014-12-05.21:37:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417815460.63.0.113242150461.issue21557@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 doc has no red warning in the subprocess module, but a nice section:
https://docs.python.org/dev/library/subprocess.html#security-considerations

Why not simply copying the note of the subprocess doc?
"Note: Read the Security Considerations section before using shell=True."
History
Date User Action Args
2014-12-05 21:37:40vstinnersetrecipients: + vstinner, rhettinger, r.david.murray, cvrebert, docs@python, demian.brecht
2014-12-05 21:37:40vstinnersetmessageid: <1417815460.63.0.113242150461.issue21557@psf.upfronthosting.co.za>
2014-12-05 21:37:40vstinnerlinkissue21557 messages
2014-12-05 21:37:40vstinnercreate