Beispiel #1
0
def update_rules():
    """Update YARA rules cloned from github.com."""
    update_github_rules()
Beispiel #2
0
 def update_rules():
     """Update YARA rules cloned from other open-source projects."""
     update_github_rules()
Beispiel #3
0
 def clone_rules() -> None:
     """Clone YARA rules from other open-source projects."""
     update_github_rules()