From b6942e6c483af992a258e5073909120d837e2e51 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:27:21 -0700 Subject: [PATCH] Update security recommendation (#6959) --- docs/security-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security-best-practices.md b/docs/security-best-practices.md index e4cfe25b7af..fb66aba3a25 100644 --- a/docs/security-best-practices.md +++ b/docs/security-best-practices.md @@ -141,7 +141,7 @@ receivers: endpoint: localhost:4317 ``` -Generally, `localhost`-like addresses should be preferred over the 0.0.0.0 address outside of containerized environments. +Generally, `localhost`-like addresses should be preferred over the 0.0.0.0 address. For more information, see [CWE-1327](https://cwe.mitre.org/data/definitions/1327.html). ## Processors