From 1921961cff5d1babb098cc92e333a8de17be2710 Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Thu, 30 Mar 2023 13:23:29 -0400 Subject: [PATCH] Update todo comment to link issue Co-authored-by: Willi Ballenthin --- capa/features/extractors/ida/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/capa/features/extractors/ida/helpers.py b/capa/features/extractors/ida/helpers.py index a6068451..daec2152 100644 --- a/capa/features/extractors/ida/helpers.py +++ b/capa/features/extractors/ida/helpers.py @@ -91,7 +91,8 @@ def get_file_imports() -> Dict[int, Tuple[str, str, int]]: continue # IDA uses section names for the library of ELF imports, like ".dynsym". - # These are not useful to us, we may need to expand this list over time (TODO: exhaust this list) + # These are not useful to us, we may need to expand this list over time + # TODO: exhaust this list, see #1419 if library == ".dynsym": library = ""