We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72c4de5 + 794a7ac commit 4aad8eeCopy full SHA for 4aad8ee
app/utils.py
@@ -41,7 +41,6 @@ def load_yara_rules(directory):
41
try:
42
yara.compile(filepath=rule_file)
43
valid_rule_files.append(rule_file)
44
- logging.info(f"Success to compile YARA {rule_file}")
45
except yara.Error as e:
46
failed_rule_files.append(rule_file)
47
logging.info(f"Failed to compile YARA rule {rule_file}: {e}")
0 commit comments