Exclusion Divide added

This commit is contained in:
=
2025-09-19 10:04:21 -04:00
parent f4d27b4e64
commit 2c5a3de437
4 changed files with 161 additions and 4 deletions
+2 -1
View File
@@ -352,4 +352,5 @@ def sendToPolicyTest(url, first_policy, second_policy, destination_name, destina
print(ct.colorText(f"These hashes would be added to {allowlist_child_name}", "yellow"))
allowlist_childhashlist = allowbyhash[allowbyhash['reputation_status'] == 'UNKNOWN']['sha256'].unique().tolist()
addHash(url, allowlist_child_id, allowlist_childhashlist)
addHash(url, allowlist_child_id, allowlist_childhashlist)