Skip to content

Commit 9a2746e

Browse files
authored
Merge pull request #1117 from splunk/minor_fixes_total_replay
minor_fixes_total_replay
2 parents 9313292 + 340c2e3 commit 9a2746e

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)