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
100 stars 29 forks source link

New news sites receive 0/100 scores #302

Closed rocodes closed 3 years ago

rocodes commented 3 years ago

Hi folks, Completing #301, I observed that both news sites I added received scores of 0/100 (https://securethe.news/sites/alt-news, https://securethe.news/sites/the-wire), when these scores are incorrect (see the correct results on STN staging). Also, I noticed that I did not have the option to input an onion name on prod, which makes me wonder if an older version of the News Sites form is being used in prod by mistake.

Please let me know if I should provide any more specific information. Thank you!

conorsch commented 3 years ago

Well, you're right that prod is a bit behind on deploys, so I'll get that sorted out. Digging into the issue about the 0/100, however, that sounded quite like #285. Testing the versions of the code on staging and prod, I was able unable to catch a scan failure (looks like altnews.in is reliably scoring 78/100 currently).

Turns out it's simply that #225 is still outstanding, @rocodes, and so both the leaderboard and the twitter boat were using stale, uninitialized data. That absolutely should be fixed. For now, I'll re-add the site in prod and trigger a scan on the backend, which should resolve. Apologies for not coordinating more closely with you during the initial update.

conorsch commented 3 years ago

Indeed, that's all it was: prod is lagging a bit on the deploy schedule. I re-added the two sites in question, and they're returning accurate scores now:

Thanks very much for the super clear reports, @rocodes!