From e8d1a0fc3282fc74268a6c39a97d12537c329cbf Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Tue, 2 Sep 2025 03:03:12 +0530 Subject: [PATCH] chore: add newsfragment for 885 issue fix --- newsfragments/885.feature.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newsfragments/885.feature.rst diff --git a/newsfragments/885.feature.rst b/newsfragments/885.feature.rst new file mode 100644 index 00000000..e0566b6a --- /dev/null +++ b/newsfragments/885.feature.rst @@ -0,0 +1,2 @@ +Enhanced security by defaulting to loopback address (127.0.0.1) instead of wildcard binding. +All examples and core modules now use secure default addresses to prevent unintended public exposure.