Skip to content

Commit

Permalink
fix: yara_signature_base needs more ext vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Dec 30, 2022
1 parent 1895b54 commit 20ce28b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandora/workers/yara_signature_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ class YaraSignatureBaseWorker(YaraWorker):
savepath = rulespath / 'yara.compiled'
needs_external = ['generic_anomalies.yar', 'general_cloaking.yar',
'gen_webshells_ext_vars.yar',
'thor_inverse_matches.yar', 'yara_mixed_ext_vars.yar']
'thor_inverse_matches.yar', 'yara_mixed_ext_vars.yar',
'configured_vulns_ext_vars.yar']
last_change: Optional[float] = None

def rules_with_external_vars(self, filename: str, filepath: str, filetype: str, owner: str) -> yara.Rules:
Expand Down

0 comments on commit 20ce28b

Please sign in to comment.