We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yara_data
1 parent 43b230f commit 4b58ae9Copy full SHA for 4b58ae9
src/python/bin/strelka-backend
@@ -497,6 +497,7 @@ class Backend(object):
497
yara_load_took_ms = 0
498
yara_rule_count = 0
499
yara_cache_key = self.coordinator.get(f'yara_cache_key:{root_id}')
500
+ yara_data = None
501
if yara_cache_key:
502
yara_cache_key = yara_cache_key.decode()
503
yara_data = self.coordinator.get(f'yara:compiled_all:{yara_cache_key}')
0 commit comments