File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
3838There are three dependencies for this script:
39391) 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments