Fixed some logic, added functions to list allowlist, and category. Category list function will need work, the subcategories are not being parsed at this time

This commit is contained in:
=
2025-08-28 09:06:25 -04:00
parent f94c3e432e
commit e51ed0543a
4 changed files with 96 additions and 25 deletions
+4 -2
View File
@@ -16,7 +16,9 @@
def addHash(policy, hash):
pass
print(f"Adding the following hashes to {policy}:")
print(hash)
def addPath(policy, hash):
pass
print(f"Adding the following Path Exclusions to {policy}:")
print(hash)