commit | 9165addc22d05e776a54319a8531ebd0b2fe01ef | [log] [tgz] |
---|---|---|
author | Ashwin Ramaswami <aramaswamis@gmail.com> | Sat Mar 14 14:56:06 2020 -0400 |
committer | GitHub <noreply@github.com> | Sat Mar 14 11:56:06 2020 -0700 |
tree | 288869da768bf6c9c5c930bf50e58a36114b04e6 | |
parent | 6672c16b1d7f83789bf3a2016bd19edfd3568e71 [diff] |
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) Add host validation for control characters for more CVE-2019-18348 protection.