Robert Šefr
Robert Šefr
Ok, I think we can go with the python notation. The config file will be loaded dynamically (name configured as a runtime parameter). Functions could be defined in the config...
I've been playing with the python native notation and tried to achieve something similar, what Aaron proposed https://github.com/certtools/intelmq/issues/553#issuecomment-230456234 The result was quite disappointing and I would like to try YAML...
I'm thinking of doing this bit more sophisticated. At the moment, we assign `feed.accuracy`, this is inherited to every single event. Let's collect whitelists with accuracy as well and subtract...
@aaronkaplan I understand your approach and I agree, having the information, some event is present on the whitelist is useful. However, I'd like to include my approach as well. I...