intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

Support +=, -=, *=, /= for event fields

Open ghost opened this issue 7 years ago • 2 comments

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.

ghost avatar Feb 22 '18 15:02 ghost

is this relevant?

aaronkaplan avatar Sep 08 '20 22:09 aaronkaplan

Not necessarily, it was an idea.

ghost avatar Sep 09 '20 20:09 ghost