Skip to content

Commit

Permalink
fix HoneypotUser
Browse files Browse the repository at this point in the history
  • Loading branch information
张秋圆 committed Mar 27, 2020
1 parent 45f0820 commit 5605005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/detect/event_log/discovery/HoneypotUser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _generate_alert_doc(self, **kwargs) -> dict:
}
doc = self._get_base_doc(
level=self._get_level(),
unique_id=self._get_unique_id(self.code, kwargs["workstation"]),
unique_id=self._get_unique_id(self.code, kwargs["source_workstation"]),
form_data=form_data
)
return doc
Expand Down

0 comments on commit 5605005

Please sign in to comment.