From 95feb5a63287423e17f3fcb16771bc6fed665d98 Mon Sep 17 00:00:00 2001 From: Michael Floering Date: Sat, 27 Feb 2021 09:54:49 -0800 Subject: [PATCH 1/2] [tiny] README - rephrase warning for clarity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On first glance it looks like this is still vulnerable — or so I thought. I think this slight rephrase makes it more clear on first glance. Given this is a development tool, I think catering to "at first glance" makes sense, since in development we're thinking "just go go go!" (Vs in production where we make more measured choices; for me that means reading a README more slowly for production) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec6127d..3d3cb17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### :warning: :warning: :warning: Security Vulnerability: please upgrade to v2.5.2 - [details here ](https://github.com/guard/guard-livereload/issues/159). (Credits: [Michael Coyne](https://github.com/mikeycgto)) +#### :warning: :warning: :warning: Security: **please upgrade to v2.5.2** — there is a security vulnerability for versions `<2.5.2`. [Details here ](https://github.com/guard/guard-livereload/issues/159). (Credits: [Michael Coyne](https://github.com/mikeycgto)) # Guard::LiveReload From da9742b635a41f3e657cb9f98c93ca4d99cf9488 Mon Sep 17 00:00:00 2001 From: Michael Floering Date: Sat, 27 Feb 2021 09:57:05 -0800 Subject: [PATCH 2/2] README fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d3cb17..5ccee08 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#### :warning: :warning: :warning: Security: **please upgrade to v2.5.2** — there is a security vulnerability for versions `<2.5.2`. [Details here ](https://github.com/guard/guard-livereload/issues/159). (Credits: [Michael Coyne](https://github.com/mikeycgto)) +#### :warning: :warning: :warning: Security: **Please upgrade to v2.5.2** — there is a security vulnerability for versions `<2.5.2`. [Details here](https://github.com/guard/guard-livereload/issues/159). (Credits: [Michael Coyne](https://github.com/mikeycgto)) # Guard::LiveReload