]> granicus.if.org Git - python/commit
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 15 Feb 2015 22:30:43 +0000 (00:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 15 Feb 2015 22:30:43 +0000 (00:30 +0200)
commit74eb8b2d1a1db905cffc4efcd1cefaf1f725cd81
tree55874458c25a5c5cf90ce30a120ce50f9cc43f62
parent57fffd6f99d55ccd623b381622b989410a695b99
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
module.  Original patch by Claudiu Popa.
Lib/dbm/dumb.py
Lib/test/test_dbm_dumb.py
Misc/NEWS