From 59a5878fe2ff8cf483854ccad023ba050dacc9f7 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Wed, 9 Oct 2019 22:49:21 +0300 Subject: [PATCH 1/2] docs(related-projects): add the is-website-vulnerable CLI tool --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index ba883c764e96..b1e225c4b399 100644 --- a/readme.md +++ b/readme.md @@ -301,6 +301,8 @@ This section details services that have integrated Lighthouse data. If you're wo * **[Web Page Test](https://www.webpagetest.org)** — An [open source](https://github.com/WPO-Foundation/webpagetest) tool for measuring and analyzing the performance of web pages on real devices. Users can choose to produce a Lighthouse report alongside the analysis of WebPageTest results. +* **[is-website-vulnerable](https://github.com/lirantal/is-website-vulnerable)** - An [open source](https://github.com/lirantal/is-website-vulnerable) Node.js CLI tool that helps with finding publicly known security vulnerabilities in a website's frontend JavaScript libraries. + ## Plugins * **[lighthouse-plugin-field-performance](https://github.com/treosh/lighthouse-plugin-field-performance)** - a plugin that adds real-user performance metrics for the URL using the data from [Chrome UX Report](https://developers.google.com/web/tools/chrome-user-experience-report/). From fa9a9056973e8560d2eeb042b7825d38492b8e75 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 10 Oct 2019 11:45:07 +0300 Subject: [PATCH 2/2] Update readme.md Co-Authored-By: Patrick Hulce --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b1e225c4b399..0ade52ab2a8e 100644 --- a/readme.md +++ b/readme.md @@ -301,7 +301,7 @@ This section details services that have integrated Lighthouse data. If you're wo * **[Web Page Test](https://www.webpagetest.org)** — An [open source](https://github.com/WPO-Foundation/webpagetest) tool for measuring and analyzing the performance of web pages on real devices. Users can choose to produce a Lighthouse report alongside the analysis of WebPageTest results. -* **[is-website-vulnerable](https://github.com/lirantal/is-website-vulnerable)** - An [open source](https://github.com/lirantal/is-website-vulnerable) Node.js CLI tool that helps with finding publicly known security vulnerabilities in a website's frontend JavaScript libraries. +* **[is-website-vulnerable](https://github.com/lirantal/is-website-vulnerable)** - An open source Node.js CLI tool that finds publicly known security vulnerabilities in a website's frontend JavaScript libraries. ## Plugins