From ec598860315e2ad56a6adde7fccd0b08e2dad64c Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:58:27 +0100 Subject: [PATCH] Update capa/rules/__init__.py Co-authored-by: Willi Ballenthin --- capa/rules/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/rules/__init__.py b/capa/rules/__init__.py index 65d44119..ba46c61d 100644 --- a/capa/rules/__init__.py +++ b/capa/rules/__init__.py @@ -858,7 +858,7 @@ class Rule: if not isinstance(meta.get("mbc", []), list): raise InvalidRule("MBC mapping must be a list") - # TODO: once we've decided on the desired format for mixed-scope statements, + # TODO(yelhamer): once we've decided on the desired format for mixed-scope statements, # we should go back and update this accordingly to either: # - generate one englobing statement. # - generate two respective statements and store them approriately