Commit 29276cd02856d5ae319cc56099ea42c39495585d
Committed by
Philippe Lagadec
1 parent
6a5287f0
msodde: Add todo for testing with real samples & extending
All development and testing has been done with a singe, very simple, self-made sample. On the road, found lots of other potential ways to include data from external sources.
Showing
1 changed file
with
3 additions
and
0 deletions
oletools/msodde.py
| ... | ... | @@ -64,6 +64,9 @@ __version__ = '0.52dev8' |
| 64 | 64 | # TODO: field codes can be in headers/footers/comments - parse these |
| 65 | 65 | # TODO: generalize behaviour for xlsx: find all external links (maybe rename |
| 66 | 66 | # command line flag for "blacklist" to "find all suspicious" or so) |
| 67 | +# TODO: Test with more interesting (real-world?) samples: xls, xlsx, xlsb, docx | |
| 68 | +# TODO: Think about finding all external "connections" of documents, not just | |
| 69 | +# DDE-Links | |
| 67 | 70 | |
| 68 | 71 | #------------------------------------------------------------------------------ |
| 69 | 72 | # REFERENCES: | ... | ... |