diff --git a/cape/cape_main.py b/cape/cape_main.py index 80b3eb0..9f1aef3 100644 --- a/cape/cape_main.py +++ b/cape/cape_main.py @@ -493,7 +493,7 @@ def _general_flow( for match in matches: strings = match.strings rule_name = match.rule - _ = add_tag(prescipt_detection_section, "file.rule.prescript_cape", f"prescript_cape.{rule_name}") + _ = add_tag(prescipt_detection_section, "file.rule.cape", f"prescript_cape.{rule_name}") matched_strings = "" for matched_string in strings: for matched_instance in matched_string.instances: