mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
capabilities: use dataclasses to represent complicated return types
foo
This commit is contained in:
committed by
Willi Ballenthin
parent
4896ff01d8
commit
8d17319128
@@ -91,7 +91,7 @@ def main():
|
||||
return -2
|
||||
|
||||
rows = []
|
||||
for name in capabilities.keys():
|
||||
for name in capabilities.matches.keys():
|
||||
rule = result_doc.rules[name]
|
||||
if rule.meta.lib:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user