intelmq
intelmq copied to clipboard
Support +=, -=, *=, /= for event fields
E.g. this fails:
event['feed.accuracy'] *= ioc['confidence']/100
with:
intelmq.lib.exceptions.KeyExists: key 'feed.accuracy' already exists
as internally the setitem method is called.
is this relevant?
Not necessarily, it was an idea.