mirror of
https://github.com/mandiant/capa.git
synced 2025-12-31 15:06:17 -08:00
render: verbose: only show some meta keys
This commit is contained in:
@@ -27,7 +27,7 @@ def render_verbose(doc):
|
||||
ostream.writeln(rutils.bold(rule['meta']['name']))
|
||||
|
||||
rows = []
|
||||
for key in capa.rules.META_KEYS:
|
||||
for key in ('namespace', 'description', 'scope'):
|
||||
if key == 'name' or key not in rule['meta']:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user