Skip to content

Commit 340c2e3

Browse files
committed
minor_fixes_total_replay
1 parent cdc9b6f commit 340c2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

total_replay/utility/utility_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def process_replay_attack_data(self, tag:str, normalized_args_list:list, index_v
503503
search_found_list = self.search_security_content(tag, field_name)
504504

505505
if not search_found_list:
506-
return
506+
continue
507507

508508
ColorPrint.print_info_fg(f"[+][. INFO]: ... Total filtered detections: {len(search_found_list)} ")
509509

0 commit comments

Comments
 (0)