mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
dynamic: add sequence scope
addresses discussion in https://github.com/mandiant/capa-rules/discussions/951 pep8 sequence: add test showing multiple sequences overlapping a single event
This commit is contained in:
parent
8d17319128
commit
b06fea130c
12 changed files with 793 additions and 409 deletions
|
|
@ -194,6 +194,7 @@ class InvalidDynamicScope(Lint):
|
|||
"file",
|
||||
"process",
|
||||
"thread",
|
||||
"sequence",
|
||||
"call",
|
||||
"unsupported",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue