STINNER Victor added the comment:

marshal and pickle are unsafe, even without the patch attached to the issue. If 
you consider that it is an issue that should be fixed, please open a new issue. 
Antoine's patch doesn't make the module less secure, since it was already not 
secure :)

Loading untrusted data and executing untrusted code is not supported by Python. 
Many things should be fixed to support such use case, not only the marshal 
module. I'm interested by the topic (I wrote the pysandbox project, which is 
first try), but please discuss it elsewhere.

----------

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

Reply via email to