|
1 | 1 | <!-- comment
|
2 |
| - SPDX-FileCopyrightText: 2015-2023 Sebastian Wagner |
| 2 | + SPDX-FileCopyrightText: 2015-2024 Sebastian Wagner |
3 | 3 | SPDX-License-Identifier: AGPL-3.0-or-later
|
4 | 4 | -->
|
5 | 5 |
|
6 | 6 | # CHANGELOG
|
7 | 7 |
|
8 | 8 |
|
9 |
| -3.3.1 (unreleased) |
| 9 | +3.3.1 (2024-09-03) |
10 | 10 | ------------------
|
11 | 11 |
|
12 |
| -### Configuration |
13 |
| - |
14 | 12 | ### Core
|
15 | 13 | - `intelmq.lib.utils.drop_privileges`: When IntelMQ is called as `root` and dropping the privileges to user `intelmq`, also set the non-primary groups associated with the `intelmq` user. Makes the behaviour of running intelmqctl as `root` closer to the behaviour of `sudo -u intelmq ...` (PR#2507 by Mikk Margus Möll).
|
16 | 14 | - `intelmq.lib.utils.unzip`: Ignore directories themselves when extracting data to prevent the extraction of empty data for a directory entries (PR#2512 by Kamil Mankowski).
|
17 | 15 |
|
18 |
| -### Development |
19 |
| - |
20 |
| -### Data Format |
21 |
| - |
22 | 16 | ### Bots
|
23 | 17 | #### Collectors
|
24 | 18 | - `intelmq.bots.collectors.shadowserver.collector_reports_api.py`:
|
25 |
| - - Added support for the types parameter to be either a string or a list. |
| 19 | + - Added support for the types parameter to be either a string or a list (PR#2495 by elsif2). |
26 | 20 | - Refactored to utilize the type field returned by the API to match the requested types instead of a sub-string match on the filename.
|
27 |
| - - Fixed timezone issue for collecting reports. |
| 21 | + - Fixed timezone issue for collecting reports (PR#2506 by elsif2). |
| 22 | + - Fixed behaviour if parameter `reports` value is empty string, behave the same way as not set, not like no report (PR#2523 by Sebastian Wagner). |
28 | 23 | - `intelmq.bots.collectors.shodan.collector_stream` (PR#2492 by Mikk Margus Möll):
|
29 | 24 | - Add `alert` parameter to Shodan stream collector to allow fetching streams by configured alert ID
|
30 | 25 | - `intelmq.bots.collectors.mail._lib`: Remove deprecated parameter `attach_unzip` from default parameters (PR#2511 by Sebastian Wagner).
|
|
50 | 45 | ### Documentation
|
51 | 46 | - Bots: Clarify some section of Mail collectors and the Generic CSV Parser (PR#2510 by Sebastian Wagner).
|
52 | 47 |
|
53 |
| -### Packaging |
54 |
| - |
55 |
| -### Tests |
56 |
| - |
57 |
| -### Tools |
58 |
| - |
59 |
| -### Contrib |
60 |
| - |
61 |
| -### Known issues |
| 48 | +### Known Issues |
| 49 | +This is short list of the most important known issues. The full list can be retrieved from [GitHub](https://github.com/certtools/intelmq/labels/bug?page=2&q=is%3Aopen+label%3Abug). |
| 50 | +- `intelmq.parsers.html_table` may not process invalid URLs in patched Python version due to changes in `urllib` (#2382). |
| 51 | +- Breaking changes in 'rt' 3.0 library (#2367). |
| 52 | +- Type error with SQL output bot's `prepare_values` returning list instead of tuple (#2255). |
| 53 | +- `intelmq_psql_initdb` does not work for SQLite (#2202). |
| 54 | +- intelmqsetup: should install a default state file (#2175). |
| 55 | +- Misp Expert - Crash if misp event already exist (#2170). |
| 56 | +- Spamhaus CERT parser uses wrong field (#2165). |
| 57 | +- Custom headers ignored in HTTPCollectorBot (#2150). |
| 58 | +- intelmqctl log: parsing syslog does not work (#2097). |
| 59 | +- Bash completion scripts depend on old JSON-based configuration files (#2094). |
| 60 | +- Bots started with IntelMQ-API/Manager stop when the webserver is restarted (#952). |
| 61 | +- Corrupt dump files when interrupted during writing (#870). |
62 | 62 |
|
63 | 63 |
|
64 | 64 | 3.3.0 (2024-03-01)
|
|
184 | 184 | - got support for providing custom harmonization file, generating view for storing `raw` fields separately, and adding `IF NOT EXISTS`/`OR REPLACE` clauses ([PR#2404](https://github.com/certtools/intelmq/pull/2404) by Kamil Mankowski).
|
185 | 185 | - got support for generating JSONB fields for PostgreSQL schema (PR#2436 by Kamil Mankowski).
|
186 | 186 |
|
187 |
| -### Contrib |
188 |
| - |
189 |
| -### Known issues |
190 |
| - |
191 | 187 |
|
192 | 188 | 3.2.1 (2023-08-28)
|
193 | 189 | ------------------
|
|
0 commit comments