Update capa/rules/__init__.py

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine Elhamer
2023-07-10 15:58:27 +01:00
committed by GitHub
parent 917dd8b0db
commit ec59886031

View File

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