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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,11 @@ CHANGELOG
134
134
### Development
135
135
136
136
### Harmonization
137
+
- See NEWS.md for information on a fixed bug in the taxonomy expert.
137
138
138
139
### Bots
139
140
#### Collectors
141
+
-`intelmq.bots.rt.collector_rt`: Log the size of the downloaded file in bytes on debug logging level.
140
142
141
143
#### Parsers
142
144
-`intelmq.bots.parsers.cymru.parser_cap_program`: Add support for protocols 47 (GRE) and 59 (IPv6-NoNxt).
@@ -145,9 +147,10 @@ CHANGELOG
145
147
- Explicitly ignore field `DestinationIpInfo.DestinationIpv4Int` as the data is already in another field.
146
148
-`intelmq.bots.parsers.generic.parser_csv`:
147
149
- Ignore line having spaces or tabs only or comment having leading tabs or spaces (PR#1669 by Brajneesh).
148
-
- Data fields containing `-` are now ignored and do not raise an exeception anymore (#1651, PR#74 by Sebastian Waldbauer).
150
+
- Data fields containing `-` are now ignored and do not raise an exception anymore (#1651, PR#74 by Sebastian Waldbauer).
149
151
150
152
#### Experts
153
+
-`intelmq.bots.experts.taxonomy.expert`: Map type `scanner` to `information-gathering` instead of `information gathering` See NEWS file for more information.
151
154
152
155
#### Outputs
153
156
@@ -203,7 +206,7 @@ CHANGELOG
203
206
- Add information on Microsoft CTIP C2 feed.
204
207
205
208
### Packaging
206
-
- In Debian packages, `intelmqctl check` and `intelmqctl upgrade-config` are executed in the postinst step (#1551, PR#1624 by Birger Schacht).
209
+
- In Debian packages, `intelmqctl check` and `intelmqctl upgrade-config` are executed in the "postinst" step (#1551, PR#1624 by Birger Schacht).
207
210
- Require `requests<2.26` for Python 3.5, as 2.25.x will be the last release series of the requests library with support for Python 3.5.
208
211
209
212
### Tests
@@ -228,7 +231,7 @@ CHANGELOG
228
231
229
232
### Core
230
233
-`intelmq.lib.upgrades`:
231
-
- Add upgrade function for changed configuration of the feed "Abuse.ch URLHaus" (#1571, PR#1572 by Filip Pokorný).
234
+
- Add upgrade function for changed configuration of the feed "Abuse.ch URLhaus" (#1571, PR#1572 by Filip Pokorný).
232
235
- Add upgrade function for removal of *HPHosts Hosts file* feed and `intelmq.bots.parsers.hphosts` parser (#1559).
233
236
-`intelmq.lib.harmonization`:
234
237
- For IP Addresses, explicitly reject IPv6 addresses with scope ID (due to changed behavior in Python 3.9, #1550).
@@ -259,7 +262,7 @@ CHANGELOG
259
262
260
263
### Documentation
261
264
- Feeds:
262
-
- Update documentation of feed "Abuse.ch URLHaus" (#1571, PR#1572 by Filip Pokorný).
265
+
- Update documentation of feed "Abuse.ch URLhaus" (#1571, PR#1572 by Filip Pokorný).
263
266
- Bots:
264
267
- Overhaul of all bots' description fields (#1570).
0 commit comments