Nick Coghlan <ncogh...@gmail.com> added the comment:

Oh, you mean the security risk if the temporary names can be guessed? My 
recollection is that it is more of a problem for temporary directories than it 
is for temporary files, since the module can't control how files inside a temp 
directory get created. It's been a long time since I read anything detailed on 
the threat models and attack scenarios mkstemp() and friends were designed to 
handle though, so Google may be a better source of answers on that front.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12015>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to