From 29276cd02856d5ae319cc56099ea42c39495585d Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Wed, 29 Nov 2017 17:13:56 +0100 Subject: [PATCH] msodde: Add todo for testing with real samples & extending --- oletools/msodde.py | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/oletools/msodde.py b/oletools/msodde.py index 13867f3..8f0b0f3 100644 --- a/oletools/msodde.py +++ b/oletools/msodde.py @@ -64,6 +64,9 @@ __version__ = '0.52dev8' # TODO: field codes can be in headers/footers/comments - parse these # TODO: generalize behaviour for xlsx: find all external links (maybe rename # command line flag for "blacklist" to "find all suspicious" or so) +# TODO: Test with more interesting (real-world?) samples: xls, xlsx, xlsb, docx +# TODO: Think about finding all external "connections" of documents, not just +# DDE-Links #------------------------------------------------------------------------------ # REFERENCES: -- libgit2 0.21.4