Skip to content

Commit

Permalink
Description field is not nested in case for alerts
Browse files Browse the repository at this point in the history
Reported here: TheHive-Project#835
  • Loading branch information
priamai authored Nov 8, 2021
1 parent c41d133 commit c5fcfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responders/Mailer/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run(self):
)
elif self.data_type == "thehive:alert":
description = self.get_param(
"data.case.description", None, "description is missing"
"data.description", None, "description is missing"
)
else:
self.error("Invalid dataType")
Expand Down

0 comments on commit c5fcfc2

Please sign in to comment.