Commit bfb43f38902ea339c67398b8c100a2942663a183
1 parent
fc660e7e
oleobj: Missing commas in BLACKLISTED_RELATIONSHIP_TYPES
Showing
1 changed file
with
2 additions
and
2 deletions
oletools/oleobj.py
| ... | ... | @@ -212,8 +212,8 @@ BLACKLISTED_RELATIONSHIP_TYPES = [ |
| 212 | 212 | 'attachedTemplate', |
| 213 | 213 | 'externalLink', |
| 214 | 214 | 'externalLinkPath', |
| 215 | - 'externalReference' | |
| 216 | - 'frame' | |
| 215 | + 'externalReference', | |
| 216 | + 'frame', | |
| 217 | 217 | 'hyperlink', |
| 218 | 218 | 'officeDocument', |
| 219 | 219 | 'oleObject', | ... | ... |