[issue13512] ~/.pypirc created insecurely

Éric Araujo report at bugs.python.org
Thu Dec 1 15:12:41 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

Thanks for the report Vincent.  Philip, your patch looks good, except that the code cannot use the with statement due to PEP 291 (I’ll take care of that).  2.5 is also affected (the code is in the distutils.command.register module).

I don’t think we can write a test for this bug.

Barry, Martin, do you think this important enough for the versions in security mode?  (I’ve forgotten whether 2.5 is still in security mode or not, and can’t find the info online).

----------
assignee: tarek -> eric.araujo
nosy: +barry, loewis
stage:  -> patch review
versions: +Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list