DEV_SCOPE: add todo comment

This commit is contained in:
Yacine Elhamer
2023-07-07 15:12:46 +01:00
parent fa7a7c294e
commit 5e295f59a4

View File

@@ -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,
},
}