]> granicus.if.org Git - python/commit
Fix webbrowser.py security bug: be more careful about what we pass to
authorFred Drake <fdrake@acm.org>
Mon, 7 Jan 2002 15:29:01 +0000 (15:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 7 Jan 2002 15:29:01 +0000 (15:29 +0000)
commit925f14427416c1c5a8c6e71d17daac20e248c7b0
treec6768b98f2889a81f7f402f397d15ec9bdf42bfb
parentca3b2ffbb90d107476397689243da9d4d8b47286
Fix webbrowser.py security bug: be more careful about what we pass to
os.system().
This closes Python bug #500401, Debian bug #127507.
Lib/webbrowser.py