summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Windows/2019-06-18-09-05-08.bpo-35360.tdqSmo.rst
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-07-02 20:39:42 +0200
committerNed Deily <nad@python.org>2019-07-02 14:42:08 -0400
commit070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557 (patch)
treebf94f445c48b472916d502d4f2f06a4994ff7ee8 /Misc/NEWS.d/next/Windows/2019-06-18-09-05-08.bpo-35360.tdqSmo.rst
parentdcc0eb379613f279864af61023ea44c94aa0535c (diff)
downloadcpython-git-070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557.tar.gz
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
ssl.match_hostname() no longer accepts IPv4 addresses with additional text after the address and only quad-dotted notation without trailing whitespaces. Some inet_aton() implementations ignore whitespace and all data after whitespace, e.g. '127.0.0.1 whatever'. Short notations like '127.1' for '127.0.0.1' were already filtered out. The bug was initially found by Dominik Czarnota and reported by Paul Kehrer. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue37463
Diffstat (limited to 'Misc/NEWS.d/next/Windows/2019-06-18-09-05-08.bpo-35360.tdqSmo.rst')
0 files changed, 0 insertions, 0 deletions