certtools / intelmq

IntelMQ is a solution for IT security teams for collecting and processing security feeds using a message queuing protocol.
https://docs.intelmq.org/latest/
GNU Affero General Public License v3.0
976 stars 297 forks source link

Fixed behaviour if parameter `types` value is empty string, behave th… #2536

Open elsif2 opened 1 week ago

elsif2 commented 1 week ago

This fixes the issue of the types list being empty when the runtime config is generated with the web manager:

   parameters:
     types: ''

A similar fix was made for reports previously.

sebix commented 1 week ago

Thanks for the fix.

Unfortunately, the actual problem is much bigger than that of single parameters and requires a generic solution. Multiple users are falling into this trap regularly and it hurts the usability of IntelMQ massively.