From 9e2511001606e577e1943d3dd052e7a4bdce51bc Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Wed, 24 Sep 2025 14:16:48 +0300 Subject: [PATCH] address false positive vulnerability detection #1.1 --- Azaion.Loader/azaion-loader-safe.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Azaion.Loader/azaion-loader-safe.spec b/Azaion.Loader/azaion-loader-safe.spec index 01d8210..d544098 100644 --- a/Azaion.Loader/azaion-loader-safe.spec +++ b/Azaion.Loader/azaion-loader-safe.spec @@ -29,7 +29,7 @@ a = Analysis( 'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing', 'pandas.tests', 'test', 'tests', 'testing', # Additional exclusions to reduce behavioral triggers - 'distutils', 'email', 'html', 'http.server', 'xmlrpc', + 'email', 'html', 'http.server', 'xmlrpc', 'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events' ], noarchive=False,