Merge remote-tracking branch 'upstream/2.4' into update/attackMatrix

pull/3461/head
Sami Mokaddem 2018-07-10 07:24:58 +00:00
commit 1c5b30b1d4
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3b21125acdc7bcddd5ab3a230d9460d5138c2cc2
Subproject commit 26d142d37f605a3f9fb6c1b38455e300186b3a54

View File

@ -403,7 +403,7 @@ class StixParser():
return attributes
def observable_pe(self, observable):
extension = observable['0']['extensions']['windows-pebinary-ext']
extension = observable['1']['extensions']['windows-pebinary-ext']
sections = extension['sections']
pe = MISPObject('pe')
pe_uuid = str(uuid.uuid4())