[issue4489] shutil.rmtree is vulnerable to a symlink attack

Ross Lagerwall report at bugs.python.org
Thu Sep 29 21:42:56 CEST 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

Updated patch based on Eric's comments:
 Store _supports_safe_rmdir at the module level.
 Move imports up to module level
 Skip test on non-threading build

----------
Added file: http://bugs.python.org/file23261/i4489_v4.patch

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


More information about the Python-bugs-list mailing list