Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.82 KB

security_warnings.rst

File metadata and controls

39 lines (34 loc) · 1.82 KB
.. index:: single: security considerations

Security Considerations

The following modules have specific security considerations:

The :option:`-I` command line option can be used to run Python in isolated mode. When it cannot be used, the :option:`-P` option or the :envvar:`PYTHONSAFEPATH` environment variable can be used to not prepend a potentially unsafe path to :data:`sys.path` such as the current directory, the script's directory or an empty string.