From cd3f5e7f16e888e960f993cc1b6c3980a4a0fa9e Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Tue, 15 Mar 2022 13:00:55 -0400 Subject: [PATCH] Project: Add get_file_sha256_hash() to vulture_allowlist.py --- vulture_allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 54b9caa12..a4a61ccb9 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -146,6 +146,7 @@ Report.glance Report.meta_info Report.meta LDAPServerFactory.buildProtocol +get_file_sha256_hash # these are not needed for it to work, but may be useful extra information to understand what's going on WINDOWS_PBA_TYPE # unused variable (monkey/monkey_island/cc/resources/pba_file_upload.py:23)