mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
initial commit
This commit is contained in:
@@ -89,7 +89,7 @@ def main():
|
||||
continue
|
||||
if rule.meta.is_subscope_rule:
|
||||
continue
|
||||
if rule.meta.scope != capa.rules.Scope.FUNCTION:
|
||||
if capa.rules.Scope.FUNCTION in rule.meta.scopes:
|
||||
continue
|
||||
|
||||
ns = rule.meta.namespace
|
||||
|
||||
Reference in New Issue
Block a user