From bfb43f38902ea339c67398b8c100a2942663a183 Mon Sep 17 00:00:00 2001 From: sindhuri.juturu Date: Mon, 29 Mar 2021 13:28:03 -0600 Subject: [PATCH] oleobj: Missing commas in BLACKLISTED_RELATIONSHIP_TYPES --- oletools/oleobj.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oletools/oleobj.py b/oletools/oleobj.py index 2171d64..b4c6422 100644 --- a/oletools/oleobj.py +++ b/oletools/oleobj.py @@ -212,8 +212,8 @@ BLACKLISTED_RELATIONSHIP_TYPES = [ 'attachedTemplate', 'externalLink', 'externalLinkPath', - 'externalReference' - 'frame' + 'externalReference', + 'frame', 'hyperlink', 'officeDocument', 'oleObject', -- libgit2 0.21.4