From 8642eacfff109d95d58a3929ddb2ead84f283d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Sat, 13 Oct 2018 19:40:44 +0300 Subject: [PATCH] doc: inspector security warning for changing host Refs: https://github.com/nodejs/node/issues/23444 Refs: https://github.com/nodejs/node/issues/21774 PR-URL: https://github.com/nodejs/node/pull/23640 Reviewed-By: Anna Henningsen Reviewed-By: Gireesh Punathil Reviewed-By: Colin Ihrig Reviewed-By: Sam Roberts Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Eugene Ostroukhov --- doc/api/cli.md | 21 +++++++++++++++++++++ doc/api/inspector.md | 3 +++ 2 files changed, 24 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index 4b8ce937360549..29f3360dda1d78 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -144,6 +144,9 @@ Useful when activating the inspector by sending the `SIGUSR1` signal. Default host is `127.0.0.1`. +See the [security warning](#inspector_security) below regarding the `host` +parameter usage. + ### `--inspect[=[host:]port]`