Merge remote-tracking branch 'parentrepo/dynamic-feature-extraction' into sync-1657

This commit is contained in:
Yacine Elhamer
2023-07-20 09:33:48 +01:00
47 changed files with 1782 additions and 210 deletions

View File

@@ -20,7 +20,9 @@ R1 = capa.rules.Rule.from_yaml(
name: test rule
authors:
- user@domain.com
scope: function
scopes:
static: function
dynamic: dev
examples:
- foo1234
- bar5678
@@ -40,7 +42,9 @@ R2 = capa.rules.Rule.from_yaml(
name: test rule 2
authors:
- user@domain.com
scope: function
scopes:
static: function
dynamic: dev
examples:
- foo1234
- bar5678