Skip to content

Commit

Permalink
Update plugins.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Mar 9, 2024
1 parent f68c25a commit 5435004
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cuckoo/core/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,9 @@ def _check_signature_platform(self, signature):
if "all" in module:
return True

if "custom" in module:
return True

return False

def process(self, signature):
Expand Down

0 comments on commit 5435004

Please sign in to comment.