From 825dbdbdc1b958cad1b335512380df422a1e147b 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 1/3] doc: inspector security warning for changing host Refs: https://github.com/nodejs/node/issues/23444 Refs: https://github.com/nodejs/node/issues/21774 --- 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 a99190c0b47170..5939c38c38b863 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]`