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:
@@ -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)
|
||||
Reference in New Issue
Block a user