]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix webbrowser.py security bug: be more careful about what we pass to
authorFred Drake <fdrake@acm.org>
Mon, 7 Jan 2002 15:30:21 +0000 (15:30 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 7 Jan 2002 15:30:21 +0000 (15:30 +0000)
commit4e2d4b38e636b58c7c092620d7a2009c951ce9ae
treec9f175b298c7cc2379f823ba31ed7c07ed65c4dd
parent011287854a180abf88effd5cc113e7575f5431a3
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