You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How To Reproduce the bug
Seems syntax bug in BLACKLISTED_RELATIONSHIP_TYPES list of items. 'externalReference' and
'frame' are not comma(,) separated.
Expected behavior
Seems syntax bug in BLACKLISTED_RELATIONSHIP_TYPES list of items. 'externalReference' and
'frame' are not comma(,) separated. Console output / Screenshots
If applicable, add screenshots to help explain your problem.
Use the option "-l debug" to add debugging information, if possible.
Version information:
OS: Windows/Linux/Mac/Other
OS version: x.xx - 32/64 bits
Python version: 2.7/3.6 - 32/64 bits
oletools version: .56
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Affected tool:
oleobj
Describe the bug
Seems syntax bug in BLACKLISTED_RELATIONSHIP_TYPES list of items. 'externalReference' and
'frame' are not comma(,) separated.
File/Malware sample to reproduce the bug
BLACKLISTED_RELATIONSHIP_TYPES = [
'attachedTemplate',
'externalLink',
'externalLinkPath',
'externalReference'
'frame'
'hyperlink',
'officeDocument',
'oleObject',
'package',
'slideUpdateUrl',
'slideMaster',
'slide',
'slideUpdateInfo',
'subDocument',
'worksheet'
]
How To Reproduce the bug
Seems syntax bug in BLACKLISTED_RELATIONSHIP_TYPES list of items. 'externalReference' and
'frame' are not comma(,) separated.
Expected behavior
Seems syntax bug in BLACKLISTED_RELATIONSHIP_TYPES list of items. 'externalReference' and
'frame' are not comma(,) separated.
Console output / Screenshots
If applicable, add screenshots to help explain your problem.
Use the option "-l debug" to add debugging information, if possible.
Version information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: