From df75658bfb27db5fd5e7e7f44504acdd689f7e84 Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Wed, 20 Aug 2025 14:55:56 -0400 Subject: [PATCH] Fixed Error --- utils/allowlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/allowlist.py b/utils/allowlist.py index edb3c6f..bb4d75a 100644 --- a/utils/allowlist.py +++ b/utils/allowlist.py @@ -49,5 +49,5 @@ def checkpoint_stomper(checkpoint, endpoint, headers, policyname): parse_text = json.loads(response.text) # Send Whole JSON Response for item in parse_text['response']['exechistories']: - filenametest.add(item['filename']) + print("test")