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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
### Configuration
13
13
14
14
### Core
15
+
- Python 3.8 or newer is required (PR#2541 by Sebastian Wagner).
15
16
16
17
### Development
17
18
@@ -30,15 +31,25 @@
30
31
- Fix to avoid schema download if not configured #2530.
31
32
32
33
#### Experts
34
+
-`intelmq.bots.experts.securitytxt`:
35
+
- Added new bot (PR#2538 by Frank Westers and Sebastian Wagner)
33
36
-`intelmq.bots.experts.misp`: Use `PyMISP` class instead of deprecated `ExpandedPyMISP` (PR#2532 by Radek Vyhnal)
34
37
35
38
#### Outputs
39
+
-`intelmq.bots.outputs.cif3.output`:
40
+
- The requirement can only be installed on Python version < 3.12.
41
+
- Add a check on the Python version and exit if incompatible.
42
+
- Add a deprecation warning (PR#2544 by Sebastian Wagner)
36
43
37
44
### Documentation
38
45
39
46
### Packaging
40
47
41
48
### Tests
49
+
- Install build dependencies for `pymssql` on Python 3.8 as there are no wheels available for this Python version (PR#2542 by Sebastian Wagner).
50
+
- Install `psql` explicitly for workflow support on other platforms such as act (PR#2542 by Sebastian Wagner).
51
+
- Create intelmq user & group if running privileged to allow dropping privileges (PR#2542 by Sebastian Wagner).
52
+
-`intelmq.tests.lib.test_pipeline.TestAmqp.test_acknowledge`: Also skip on Python 3.11 besides on 3.8 when running on CI (PR#2542 by Sebastian Wagner).
Copy file name to clipboardExpand all lines: NEWS.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ Please refer to the change log for a full list of changes.
14
14
---------------------------------
15
15
16
16
### Requirements
17
+
Python 3.8 or newer is required.
18
+
19
+
## Bots
20
+
#### CIF 3 API
21
+
The CIF 3 API Output bot is not compatible with Python version greater or equal to 3.12 and will be removed in the future due to lack of maintenance.
22
+
See https://lists.cert.at/pipermail/intelmq-users/2024-December/000474.html for more information.
17
23
18
24
### Tools
19
25
@@ -36,7 +42,7 @@ No changes are required by administrators.
36
42
----------------------------------
37
43
38
44
### Documentation
39
-
The documentation is now available at [docs.intelmq.org](https://docs.intelmq.org/). Documentation has been updated and restructured into User, Administrator and Developer Guide. It provides modern look with various quality of life improvements. Big thanks to to @gethvi.
45
+
The documentation is now available at [docs.intelmq.org](https://docs.intelmq.org/). Documentation has been updated and restructured into User, Administrator and Developer Guide. It provides modern look with various quality of life improvements. Big thanks to to @gethvi.
40
46
We now have a slick, modern mkdocs based documentation. Please do check it out!
41
47
42
48
@@ -55,7 +61,7 @@ Shadowserver adds new scans on a nearly weekly basis. IntelMQ's release cycle an
55
61
We therefore (thanks to @eslif2) move the shadowserver reports collector and parser to a new, dynamic system. It can:
56
62
57
63
- fetch the shadowserver schema from shadowserver (https://interchange.shadowserver.org/intelmq/v1/schema)
58
-
- dynamically collect new reports (see also https://docs.intelmq.org/latest/user/bots/?h=shadow#shadowserver-reports-api)
64
+
- dynamically collect new reports (see also https://docs.intelmq.org/latest/user/bots/?h=shadow#shadowserver-reports-api)
59
65
- parse the new reports
60
66
61
67
**Note well**: if your IntelMQ system runs in an airgapped environment or if it may only reach out to specific IPs/sites, you should read the notes here:
@@ -86,7 +92,7 @@ Quite a few changes (thanks to Kamil, @gethvi) on AMQP
86
92
### General changes and bug fixes
87
93
88
94
Digital Trust Center fixed a bug where the config was loaded twice in intelmqctl which created quite some speedups. Thanks!
0 commit comments