javascript-testing-best-practices icon indicating copy to clipboard operation
javascript-testing-best-practices copied to clipboard

5.6 Constantly inspect for vulnerable dependencies

Open sanguino opened this issue 4 years ago • 1 comments

Certificate expirations are very common and when your production site are down all the weekend becase the certificates expired on Fridays night, that is very annoying.

I think that it's a good idea to add a test that advise you X days before the certificates expires using a tool like https://www.npmjs.com/package/ssl-checker.

Regards!

sanguino avatar Sep 22 '20 22:09 sanguino

@sanguino Welcome and my apologies for the late reply. We had here many holidays, and lockdown and what's not:)

I really like this topic of rich production monitoring. Pingdom for example also contain this, they not only check for uptime rather also for 'future problems': https://help.pingdom.com/hc/en-us/articles/360005584397-Certificate-monitoring-in-Uptime-checks

Maybe this repo needs a new section 'Production' where we show multiple techniques like canary, synthetic E2E, SSL check and more?

goldbergyoni avatar Oct 16 '20 14:10 goldbergyoni