freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
102 stars 25 forks source link

Upgrade to pshtt 0.2.3 #120

Closed garrettr closed 7 years ago

garrettr commented 7 years ago

We're currently pinning our installed version of pshtt to a specific commit, because it contains a fix that we needed to ensure accurate results on Secure the News, and there was a while between when the fix was committed and the pshtt maintainers created a new release.

Now the pshtt maintainers have released pshtt 0.1.6, which includes that fix and some others as well.

Notably, pshtt 0.1.6 upgrades the SSLyze dependency to 1.x, so we will have to make sure that transition is smooth.

conorsch commented 7 years ago

Latest version is now 0.2.3: https://pypi.python.org/pypi/pshtt/0.2.3 And it boasts Python3 compatibility!