You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codespell.excludelines
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ The correct name for the parameter "delimeter" is "delimiter". Please fix your c
10
10
WHERE "event_description.text" = 'The infected iot device logged in to a honeypot and issued malicous commands.' AND "classification.taxonomy" = 'intrusions' AND "classification.type" = 'unauthorized-command' AND "classification.identifier" = 'iot' AND "feed.name" = 'Spamhaus CERT';
11
11
12
12
# from intelmq/tests/lib/test_upgrades.py
13
-
"delimeter": ","
14
-
"delimeter": ",",
13
+
"delimeter": ","
14
+
"delimeter": ",",
15
15
16
16
# from intelmq/lib/upgrades.py
17
17
if "delimeter" in bot["parameters"] and "delimiter" in bot["parameters"]:
0 commit comments