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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,9 @@ CHANGELOG
141
141
-`intelmq.bots.parsers.microsoft.parser_ctip`:
142
142
- Fix mapping of `DestinationIpInfo.DestinationIpConnectionType` field (contained a typo).
143
143
- Explicitly ignore field `DestinationIpInfo.DestinationIpv4Int` as the data is already in another field.
144
-
-`intelmq.bots.parsers.generic.parser_csv`: Ignore line having spaces or tabs only or comment having leading tabs or spaces (PR#1669 by Brajneesh).
144
+
-`intelmq.bots.parsers.generic.parser_csv`:
145
+
- Ignore line having spaces or tabs only or comment having leading tabs or spaces (PR#1669 by Brajneesh).
146
+
- Data fields containing `-` are now ignored and do not raise an exeception anymore (#1651, PR#74 by Sebastian Waldbauer).
145
147
146
148
#### Experts
147
149
@@ -152,6 +154,7 @@ CHANGELOG
152
154
### Packaging
153
155
154
156
### Tests
157
+
- Travis: Deactivate tests with optional requirements on Python 3.5, as the build fails because of abusix/querycontacts version conflicts on dnspython.
0 commit comments