We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 292ff74 commit a6a86b0Copy full SHA for a6a86b0
CHANGELOG.md
@@ -21,6 +21,7 @@
21
#### Collectors
22
- `intelmq.bots.collectors.shadowserver.collector_reports_api.py`:
23
- Fixed behaviour if parameter `types` value is empty string, behave the same way as not set, not like no type.
24
+- `intelmq.bots.collectors.misp`: Use `PyMISP` class instead of deprecated `ExpandedPyMISP` (PR#2532 by Radek Vyhnal)
25
26
#### Parsers
27
- `intelmq.bots.parsers.shadowserver._config`:
@@ -29,6 +30,7 @@
29
30
- Fix to avoid schema download if not configured #2530.
31
32
#### Experts
33
+- `intelmq.bots.experts.misp`: Use `PyMISP` class instead of deprecated `ExpandedPyMISP` (PR#2532 by Radek Vyhnal)
34
35
#### Outputs
36
0 commit comments