Skip to content

Commit abd6db8

Browse files
author
Sebastian Wagner
committed
Merge branch 'maintenance' into develop
2 parents df1acc2 + ba770e2 commit abd6db8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ CHANGELOG
130130
- Added support for the feeds `Accessible Radmin` and `CAIDA IP Spoofer` (PR#1600 by sinus-x).
131131
- `intelmq.bots.parsers.anubisnetworks.parser`: Fix parsing error where `dst.ip` was not equal to `comm.http.host`.
132132
- `intelmq/bots/parsers/danger_rulez/parser`: correctly skip malformed rows by defining variables before referencing (PR#1601 by Tomas Bellus).
133+
- `intelmq.bots.parsers.misp.parser: Fix MISP Event URL (#1619, PR#1618 by Nedfire23).
133134

134135
#### Experts
135136
- `intelmq.bots.experts.cymru_whois`:

intelmq/bots/collectors/mail/collector_mail_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def process_message(self, uid, message):
6161
continue
6262

6363
if not resp.content:
64-
self.logger.warning('Got empty reponse from server.')
64+
self.logger.warning('Got empty response from server.')
6565
else:
6666
self.logger.info("Report downloaded.")
6767

0 commit comments

Comments
 (0)