Skip to content

Commit

Permalink
Merge pull request #450 from CybercentreCanada/Yara_actions
Browse files Browse the repository at this point in the history
Linking prescript rules[dev]
  • Loading branch information
cccs-mog authored Sep 3, 2024
2 parents ed53d66 + 16e85cd commit b1a0b9e
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_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:
Expand Down

0 comments on commit b1a0b9e

Please sign in to comment.