From 5e295f59a414f5016bd92ab9d3f24ba485ba0bd2 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer Date: Fri, 7 Jul 2023 15:12:46 +0100 Subject: [PATCH] DEV_SCOPE: add todo comment --- capa/rules/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/capa/rules/__init__.py b/capa/rules/__init__.py index ffb5ad49..6da9127b 100644 --- a/capa/rules/__init__.py +++ b/capa/rules/__init__.py @@ -204,6 +204,8 @@ SUPPORTED_FEATURES: Dict[str, Set] = { capa.features.common.Namespace, }, DEV_SCOPE: { + # TODO: this is a temporary scope. remove it after support + # for the legacy scope keyword has been added (to rendering). capa.features.insn.API, }, }