Update capa explorer scopes in rule template (#1943)

* Update capa explorer scopes in rule template

* Update capa/ida/plugin/view.py
This commit is contained in:
Moritz
2024-01-23 17:20:16 +01:00
committed by GitHub
parent 009cf0c854
commit 35ec5511e4

View File

@@ -194,7 +194,9 @@ class CapaExplorerRulegenPreview(QtWidgets.QTextEdit):
" namespace: <insert_namespace>",
" authors:",
f" - {author}",
f" scope: {scope}",
" scopes:",
f" static: {scope}",
" dynamic: unspecified",
" references:",
" - <insert_references>",
" examples:",