[issue24558] shutil.copytree with symlinks=True opens vulnerabilities

R. David Murray report at bugs.python.org
Fri Jul 3 16:46:42 CEST 2015


R. David Murray added the comment:

I don't understand your workaround (how is that different from just using the default value of symlinks?)

It sounds like what you are reporting is that copystat is incorrectly setting permissions on a file a symlink points to instead of on the symlink itself (in whatever sense the latter is even meaningful)?

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list