Restricted Allowlist listing to show only those allowlists applied to the selected policy

This commit is contained in:
2025-10-06 17:22:41 -04:00
parent 89db386ffe
commit bec051b240
7 changed files with 21 additions and 10 deletions
-2
View File
@@ -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", "[]"))