Re: Who should security issues be reported to?

From: Fredrik Lundh (fredrik_at_pythonware.com)
Date: 01/28/05


To: python-list@python.org
Date: Fri, 28 Jan 2005 14:29:34 +0100

Duncan Booth wrote:

> I think its a bit borderline whether this really was a security bug in
> Python rather than just a problem with the way some people used Python. It
> was a standard library which if used in the wrong way opens a security hole
> on your machine

for SmartCookie, that should be "if used, opens a security hole"

</F>



Relevant Pages

  • Re: os.system vs. Py2Exe
    ... > This opens notepad and python will exit if you ran it like this ... > re-associated .TXT with a different program, because notepad is so ... os.popen can open file on both Xp and Win98. ...
    (comp.lang.python)
  • Re: os.popen3() - how to close cmd window automatically?
    ... I use a short python script in order to run an external application plus to open a browser displaying a default page. ... If I run "shortcut.exe" everything works fine but a black empty cmd window opens and its kept open until I close the application "ExternalApplication.exe". ...
    (comp.lang.python)
  • Re: python newbie
    ... are implicitly declared via the first assignment. ... It isn't at all, Python has dynamic typing. ... function which opens a file. ... Traditionally, I would declare the ...
    (comp.lang.python)
  • Re: python24.zip
    ... I do not argue that Python should prevent adding non-existing ... this lookup fails also when the archive member is viewed as a directory). ... I know that this does not prove that the failing opens contribute ...
    (comp.lang.python)
  • webrowser and linux (also os.execv)
    ... On redhat8 with Python 2.3.4: ... opens a browser but fails to redirect it. ... window of mine receives an error message: ...
    (comp.lang.python)