Restricted Allowlist listing to show only those allowlists applied to the selected policy
This commit is contained in:
@@ -126,8 +126,6 @@ class Hash:
|
||||
|
||||
@classmethod
|
||||
def categorize_hashes(cls, hashes):
|
||||
import re
|
||||
from utils.utils import load_env, load_env_json, regulator
|
||||
|
||||
threat_tolerance = load_env("VT_THREAT_TOLERANCE", cast_type=int)
|
||||
bad_publishers_pattern = regulator(load_env_json("BAD_PUBLISHERS", "[]"))
|
||||
|
||||
Reference in New Issue
Block a user