Skip to content

Commit

Permalink
Merge pull request #449 from CybercentreCanada/Yara_actions
Browse files Browse the repository at this point in the history
Trying to link prescript rules[dev]
  • Loading branch information
cccs-mog authored Sep 3, 2024
2 parents 108a69c + c456f82 commit ed53d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cape/cape_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", f"prescript_cape.{rule_name}")
_ = add_tag(prescipt_detection_section, "file.rule.prescript_cape", f"prescript_cape.{rule_name}")
matched_strings = ""
for matched_string in strings:
for matched_instance in matched_string.instances:
Expand Down

0 comments on commit ed53d66

Please sign in to comment.