mirror of
https://github.com/mandiant/capa.git
synced 2025-12-26 12:50:58 -08:00
render: default: remove extra fields from meta
This commit is contained in:
@@ -20,8 +20,6 @@ def render_meta(doc, ostream):
|
||||
rows = [
|
||||
(width("md5", 22), width(doc["meta"]["sample"]["md5"], 82)),
|
||||
("path", doc["meta"]["sample"]["path"]),
|
||||
("timestamp", doc["meta"]["timestamp"]),
|
||||
("capa version", doc["meta"]["version"]),
|
||||
]
|
||||
|
||||
ostream.write(tabulate.tabulate(rows, tablefmt="psql"))
|
||||
|
||||
Reference in New Issue
Block a user