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:
Willi Ballenthin
2024-12-09 13:20:22 +00:00
committed by Willi Ballenthin
parent 8d17319128
commit b06fea130c
12 changed files with 793 additions and 409 deletions

View File

@@ -194,6 +194,7 @@ class InvalidDynamicScope(Lint):
"file",
"process",
"thread",
"sequence",
"call",
"unsupported",
)