Hanno Boeck added the comment:
Any update? :-)
--
___
Python tracker
<https://bugs.python.org/issue31892>
___
___
Python-bugs-list mailing list
Unsubscribe:
Hanno Boeck added the comment:
Now the example code raises an AssertionError(). Is that intended? I don't
think that's any better.
I usually wouldn't expect an HTML parser to raise any error if you pass it a
string, but instead to do fault tolerant parsing. And if it's
New submission from Hanno Boeck :
I'm not sure if this is a good place to report this, but I haven't found a
separate bug tracker or feedback contact for the webpages.
https://pl.python.org/
has an expired certificate and it contains a prominent link to django.pl, which
itself ret
New submission from Hanno Boeck :
There's an XSS on the 404 error page:
https://bugs.python.org/%3Cimg%20src=x%20onerror=alert(1)%3E
(For lack of a webpage / bug tracker category I chose "Documentation" as the
closest category I could find)
--
assignee: docs@py
New submission from Hanno Boeck :
2to3 (in python 3.6.6) will rewrite the reload function to use the imp module.
However according to [1] "Deprecated since version 3.4: The imp package is
pending deprecation in favor of importlib."
Also running the code with warnings enabled w
Hanno Boeck added the comment:
Actually BeautifulSoup also uses the python html parser in the backend, so it
has the same problem. (It can use alternative backends, but the python parser
is the default and they also describe it as "lenient", which I would interpret
as "it
New submission from Hanno Boeck :
The function ssl.get_server_certificate() from the ssl module is supposed to
allow fetching the certificate of a TLS server.
However in its current form it provides no way to specify a key type. Many
popular hosts (e.g. facebook, google) support both ECDSA
Changes by Hanno Boeck :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue24061>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Hanno Boeck:
Right now it is not possible to build python 2.7.9 with address sanitizer. This
issue has been worked around for python 3 in bug #18596 by marking some
functions with attributes to tell address sanitizer to ignore them.
I have attached a patch that will apply
New submission from Hanno Boeck:
I experience a segmentation fault with python 2.7 (both 2.7.5 and 2.7.6 tested
on Ubuntu and Gentoo) when a large file is piped, the pipe is passed to
os.popen and the process sends a SIGPIPE signal.
To create an easy to reproduce testcase grep can be used
10 matches
Mail list logo