Skip to content

Commit

Permalink
fix: [crowdsec] more need to be fully supporting MISP standard format
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed May 11, 2023
1 parent 337dcf7 commit 98b766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misp_modules/modules/expansion/crowdsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pycountry
import requests

mispattributes = {"input": ["ip-dst", "ip-src"], "output": ["text"], 'format': 'misp_standard'}
mispattributes = {"input": ["ip-dst", "ip-src"], "output": ["text"]}
moduleinfo = {
"version": "1.0",
"author": "Shivam Sandbhor <shivam@crowdsec.net>",
Expand Down

0 comments on commit 98b766c

Please sign in to comment.