Skip to content

Commit

Permalink
Update capa explorer scopes in rule template (#1943)
Browse files Browse the repository at this point in the history
* Update capa explorer scopes in rule template

* Update capa/ida/plugin/view.py
  • Loading branch information
mr-tz authored Jan 23, 2024
1 parent 009cf0c commit 35ec551
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion capa/ida/plugin/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ def load_preview_meta(self, ea, author, scope):
" namespace: <insert_namespace>",
" authors:",
f" - {author}",
f" scope: {scope}",
" scopes:",
f" static: {scope}",
" dynamic: unspecified",
" references:",
" - <insert_references>",
" examples:",
Expand Down

0 comments on commit 35ec551

Please sign in to comment.