Skip to content

Commit 6bdc58e

Browse files
committed
Change id property to id_. Fixes #2.
1 parent bb4e804 commit 6bdc58e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For more information, please refer to the terms.txt file.
1515
#Generates MAEC Package Output from an Anubis XML File #
1616
#Compatible with MAEC Schema v4.1 & CybOX 2.1 #
1717
# #
18-
#v0.95 - BETA #
18+
#v0.96 - BETA #
1919
#Updated 02/17/2014 #
2020
# #
2121
#################################################################
@@ -37,8 +37,8 @@ be compatible with Python 3.x.
3737

3838
There are three dependencies for this script:
3939
1) The Python lxml library >= 3.2.x, http://lxml.de/
40-
2) The python-maec library >= v4.1.0.0: https://pypi.python.org/pypi/maec
41-
3) The python-cybox library >= v2.1.0.0: https://pypi.python.org/pypi/cybox
40+
2) The python-maec library >= v4.1.0.7: https://pypi.python.org/pypi/maec
41+
3) The python-cybox library >= v2.1.0.6: https://pypi.python.org/pypi/cybox
4242
--------------------------------------------------------------------------------
4343
--Usage Notes-------------------------------------------------------------------
4444

anubis_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __create_process_tree(self, analysis_subjects):
171171
self.bundle_obj.set_process_tree(ProcessTree.from_dict(process_tree))
172172

173173
malware_subject.add_findings_bundle(self.bundle_obj)
174-
malware_subject.analyses[0].set_findings_bundle(self.bundle_obj.id)
174+
malware_subject.analyses[0].set_findings_bundle(self.bundle_obj.id_)
175175

176176
self.maec_subjects.append(malware_subject)
177177

0 commit comments

Comments
 (0)