mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:06:30 +00:00
address false positive vulnerability detection #1.1
This commit is contained in:
@@ -29,7 +29,7 @@ a = Analysis(
|
|||||||
'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing',
|
'tkinter', 'matplotlib', 'PIL', 'numpy.testing', 'scipy.testing',
|
||||||
'pandas.tests', 'test', 'tests', 'testing',
|
'pandas.tests', 'test', 'tests', 'testing',
|
||||||
# Additional exclusions to reduce behavioral triggers
|
# Additional exclusions to reduce behavioral triggers
|
||||||
'distutils', 'email', 'html', 'http.server', 'xmlrpc',
|
'email', 'html', 'http.server', 'xmlrpc',
|
||||||
'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events'
|
'multiprocessing.spawn', 'concurrent.futures', 'asyncio.windows_events'
|
||||||
],
|
],
|
||||||
noarchive=False,
|
noarchive=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user