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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ CHANGELOG
29
29
The `LogLevel` and `ReturnType` Enums were added to `intelmq.lib.datatypes`.
30
30
-`intelmq.lib.bot`:
31
31
- Enhance behaviour if an unconfigured bot is started (PR#2054 by Sebastian Wagner).
32
+
- Fix line recovery and message dumping of the `ParserBot` (PR#2192 by Sebastian Wagner).
33
+
- Previously the dumped message was always the last message of a report if the report contained muliple lines leading to data-loss.
32
34
33
35
### Development
34
36
@@ -73,6 +75,7 @@ CHANGELOG
73
75
- Added support for `Accessible AMQP`, `Device Identification Report` (IPv4 and IPv6) (PR#2134 by Mateo Durante).
74
76
- Added file name mapping for `SSL-POODLE-Vulnerable-Servers IPv6` (file name `scan6_ssl_poodle`) (PR#2134 by Mateo Durante).
75
77
-`intelmq.bots.parsers.cymru.parser_cap_program`: The parser mapped the hostname into `source.fqdn` which is not allowed by the IntelMQ Data Format. Added a check (PR#2215 by Sebastian Waldbauer, fixes #2169)
78
+
-`intelmq.bots.parsers.generic.parser_csv`: Use RewindableFileHandle to use the original current line for line recovery (PR#2192 by Sebastian Wagner).
76
79
77
80
#### Experts
78
81
-`intelmq.bots.experts.domain_valid`: New bot for checking domain's validity (PR#1966 by Marius Karotkis).
0 commit comments