mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
black
This commit is contained in:
@@ -85,6 +85,7 @@ def render_capabilities(doc, ostream):
|
||||
ostream["CAPABILITY"].setdefault(rule["meta"]["namespace"], list())
|
||||
ostream["CAPABILITY"][rule["meta"]["namespace"]].append(capability)
|
||||
|
||||
|
||||
def render_attack(doc, ostream):
|
||||
"""
|
||||
example::
|
||||
@@ -150,7 +151,6 @@ def render_mbc(doc, ostream):
|
||||
ostream["MBC"].setdefault(objective.upper(), inner_rows)
|
||||
|
||||
|
||||
|
||||
def render_dictionary(doc):
|
||||
ostream = dict()
|
||||
render_meta(doc, ostream)
|
||||
|
||||
Reference in New Issue
Block a user