Skip to content

Commit

Permalink
Appended release to MAEC reporting task
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Mar 15, 2012
1 parent cc78526 commit a23a5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/reporting.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ enabled = on
[metadata]
enabled = on

[maec]
[maec11]
enabled = on

[pickled]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

class Report(BaseObserver):
"""
Generates a MAEC report.
Generates a MAEC 1.1 report.
"""

def __init__(self, analysis_path):
Expand Down Expand Up @@ -381,7 +381,7 @@ def output(self):
Writes report to disk.
"""
try:
report = open(os.path.join(self.report_path, "report.maec.xml"), "w")
report = open(os.path.join(self.report_path, "report.maec-1.1.xml"), "w")
report.write('<?xml version="1.0" ?>\n')
report.write('<!--\n')
report.write('Cuckoo Sandbox MAEC malware analysis report\n')
Expand Down

0 comments on commit a23a5d9

Please sign in to comment.