FiloSottile / Heartbleed

A checker (site and tool) for CVE-2014-0160
http://filippo.io/Heartbleed
MIT License
2.31k stars 461 forks source link

webserver: somewhat parse passed host before using #27

Closed asfaltboy closed 10 years ago

asfaltboy commented 10 years ago

This uses standard urlparse package to attempt to parse a url scheme before falling back to the raw string passed.

Close Issue #15

FiloSottile commented 10 years ago

Thanks! However the code in use now is the bleed_serve.go. It was simply too much for web.py

asfaltboy commented 10 years ago

Here's another try: PR #30https://github.com/FiloSottile/Heartbleed/pull/30

On Tue, Apr 8, 2014 at 10:25 PM, Filippo Valsorda notifications@github.comwrote:

Thanks! However the code in use now is the bleed_serve.go. It was simply too much for web.py

Reply to this email directly or view it on GitHubhttps://github.com/FiloSottile/Heartbleed/pull/27#issuecomment-39890696 .

FiloSottile commented 10 years ago

Good, merged the other, let's merge this too just not to leave it laying around :)