[issue22885] Arbitrary code execution vulnerability due to unchecked eval() call in dumbdbm module

Guido van Rossum report at bugs.python.org
Wed Jan 21 23:20:40 CET 2015


Guido van Rossum added the comment:

Python 3's exception chaining allows us to do the second (easier to catch without resorting to "except Exception:" or even "except:") while still showing the original exception in the traceback.

----------
nosy: +gvanrossum

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


More information about the Python-bugs-list mailing list