[docs] [issue21557] os.popen & os.system lack shell-related security warnings

STINNER Victor report at bugs.python.org
Fri Dec 5 22:37:40 CET 2014


STINNER Victor added the comment:

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."

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21557>
_______________________________________


More information about the docs mailing list