From 35ec5511e42e23fffbdb40605677eac40bbc3669 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 23 Jan 2024 17:20:16 +0100 Subject: [PATCH] Update capa explorer scopes in rule template (#1943) * Update capa explorer scopes in rule template * Update capa/ida/plugin/view.py --- capa/ida/plugin/view.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/capa/ida/plugin/view.py b/capa/ida/plugin/view.py index f041f5bc..0225e453 100644 --- a/capa/ida/plugin/view.py +++ b/capa/ida/plugin/view.py @@ -194,7 +194,9 @@ class CapaExplorerRulegenPreview(QtWidgets.QTextEdit): " namespace: ", " authors:", f" - {author}", - f" scope: {scope}", + " scopes:", + f" static: {scope}", + " dynamic: unspecified", " references:", " - ", " examples:",