Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
aconite33 committed Nov 8, 2024
1 parent 2db3334 commit 3d7dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/internal/excavate.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ async def process(self, yara_results, event, yara_rule_settings, discovery_conte
# Get URL from event if available
url = event.data.get("url", "") if hasattr(event, "data") else ""
url_string = f" on @{url}" if url else ""

event_data["description"] = (
f"Custom Yara Rule [{self.name}]{description_string} Matched via identifier [{identifier}]{url_string}"
)
Expand Down

0 comments on commit 3d7dee3

Please sign in to comment.