mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update capa/rules/__init__.py
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user