|
61 | 61 | - Remove undocumented and unused attributes of `StompCollectorBot` instances: |
62 | 62 | `ssl_ca_cert`, `ssl_cl_cert`, `ssl_cl_cert_key`. |
63 | 63 | - Minor fixes/improvements and some refactoring (see also above: *Core*...). |
| 64 | +- `intelmq.bots.collectors.shadowserver.collector_reports_api`: |
| 65 | + - The 'json' option is no longer supported as the 'csv' option provides better performance (PR#2372 by elsif2). |
64 | 66 |
|
65 | 67 | #### Parsers |
66 | | - - `intelmq.bots.parsers.netlab_360.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
67 | | - - `intelmq.bots.parsers.webinspektor.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
68 | | - - `intelmq.bots.parsers.sucuri.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 68 | +- `intelmq.bots.parsers.netlab_360.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 69 | +- `intelmq.bots.parsers.webinspektor.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 70 | +- `intelmq.bots.parsers.sucuri.parser`: Removed as the feed is discontinued. (#2442 by Filip Pokorný) |
| 71 | +- `intelmq.bots.parsers.shadowserver._config`: |
| 72 | + - Switch to dynamic configuration to decouple report schema changes from IntelMQ releases by regularly downloading them from the Shadowserver server (PR#2372 by elsif2). |
69 | 73 |
|
70 | 74 | #### Experts |
71 | 75 | - `intelmq.bots.experts.jinja` (PR#2417 by Mikk Margus Möll): |
|
159 | 163 | - added support for `Subject NOT LIKE` queries, |
160 | 164 | - added support for multiple values in ticket subject queries. |
161 | 165 | - `intelmq.bots.collectors.rsync`: Support for optional private key, relative time parsing for the source path, extra rsync parameters and strict host key checking (PR#2241 by Mateo Durante). |
162 | | -- `intelmq.bots.collectors.shadowserver.collector_reports_api`: |
163 | | - - The 'json' option is no longer supported as the 'csv' option provides better performance. |
164 | 166 |
|
165 | 167 | #### Parsers |
166 | 168 | - `intelmq.bots.parsers.shadowserver._config`: |
167 | 169 | - Reset detected `feedname` at shutdown to re-detect the feedname on reloads (PR#2361 by @elsif2, fixes #2360). |
168 | | - - Switch to dynamic configuration to decouple report schema changes from IntelMQ releases. |
169 | 170 | - Added 'IPv6-Vulnerable-Exchange' alias and 'Accessible-WS-Discovery-Service' report. (PR#2338) |
170 | 171 | - Removed unused `p0f_genre` and `p0f_detail` from the 'DNS-Open-Resolvers' report. (PR#2338) |
171 | 172 | - Added 'Accessible-SIP' report. (PR#2348) |
|
0 commit comments