From 34b6a11da3d75283bec7c2b231099d890b70b41d Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Mon, 27 Jul 2020 11:28:02 -0600 Subject: [PATCH 1/2] Add warning for DoD users --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a37aac..62084f5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Please follow the documentation on [running Kibana on Docker](https://www.elasti - [PRs](https://github.com/elastic/kibana/pulls) +### DoD Restrictions + +Due to the NODE-SECURITY-1184 issue Kibana users should not use the ALL_PROXY environment variable to specify a proxy when installing Kibana plugins with the kibana-plugin command line application + ### Where to get help - [Kibana Discuss Forums](https://discuss.elastic.co/c/kibana) -- GitLab From 79ff3e5b0507879917c595b57d04535ea2549195 Mon Sep 17 00:00:00 2001 From: Nick Lang Date: Mon, 27 Jul 2020 13:29:37 -0600 Subject: [PATCH 2/2] add link to cve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62084f5..532090d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please follow the documentation on [running Kibana on Docker](https://www.elasti ### DoD Restrictions -Due to the NODE-SECURITY-1184 issue Kibana users should not use the ALL_PROXY environment variable to specify a proxy when installing Kibana plugins with the kibana-plugin command line application +Due to the [NODE-SECURITY-1184](https://www.npmjs.com/advisories/1184) issue, Kibana users should not use the `ALL_PROXY` environment variable to specify a proxy when installing Kibana plugins with the kibana-plugin command line application. ### Where to get help -- GitLab