Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

allows the alert to wrap in UI alerts page. #1448

Merged
merged 1 commit into from Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion alerts/ldap_password_spray.py
Expand Up @@ -43,7 +43,7 @@ def onAggregation(self, aggreg):

summary = 'LDAP Password Spray Attack in Progress from {0} targeting the following account(s): {1}'.format(
aggreg['value'],
",".join(sorted(email_list)[:10])
", ".join(sorted(email_list)[:10])
)
if len(email_list) >= 10:
summary += '...'
Expand Down