From 77208e95cc629fdce621117337b791416f2f4946 Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Sat, 20 Sep 2025 13:32:43 +0530 Subject: [PATCH] Refactor example scripts and core modules to enhance security by using secure loopback addresses for network binding --- newsfragments/885.feature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newsfragments/885.feature.rst b/newsfragments/885.feature.rst index 4b2074eb..e255be4f 100644 --- a/newsfragments/885.feature.rst +++ b/newsfragments/885.feature.rst @@ -1,2 +1,2 @@ -Updated all example scripts and core modules to use secure loopback addresses instead of wildcard addresses for network binding. -The `get_wildcard_address` function and related logic now utilize all available interfaces safely, improving security and consistency across the codebase. \ No newline at end of file +Updated all example scripts and core modules to use secure loopback addresses instead of wildcard addresses for network binding. +The `get_wildcard_address` function and related logic now utilize all available interfaces safely, improving security and consistency across the codebase.