[Question] https://findsecuritycontacts.com/
Is there any way to press 'Rescan' , it seems like the scans are being saved or cached. there doesn't seem to currently be an option to rescan if the new DNS changes are applied correctly because of this.
It is a static site that was updated daily 10:10 UTC through a GitHub action in .github/workflows/deploy.yml – until the deployments suddenly stopped on Jun 5, 2024.
I found more problematic that it had a static list (from Feb 8, 2022) of top500 sites it scanned regardless of moz.com updating their list. https://github.com/OllieJC/findsecuritycontacts.com/pull/10 addresses that issue by fetching the top500 list daily, falling back to a cached list in case the update fails.
Took two years, but hey an answer is an answer. :P
Well, I'm not the maintainer of this project, but someone who takes action of figuring out and fixing stuff. From this perspective, 2 years could be considered relatively fast; sometimes people spend 10 years thinking that something is impossible. 😅