capa/rules/__init__.py: merge features from small scopes into larger ones

Co-authored-by: Willi Ballenthin <wballenthin@google.com>
This commit is contained in:
Yacine
2023-08-23 08:49:36 +03:00
committed by GitHub
parent cdb469eca0
commit 86effec1a2

View File

@@ -199,10 +199,6 @@ SUPPORTED_FEATURES: Dict[str, Set] = {
},
PROCESS_SCOPE: {
capa.features.common.MatchedRule,
capa.features.common.String,
capa.features.common.Substring,
capa.features.common.Regex,
capa.features.common.Characteristic("embedded pe"),
},
THREAD_SCOPE: set(),
CALL_SCOPE: {