https://github.com/certtools/intelmq/blob/74c5a6435c1c629ace1ae66f67636207e87fc6a1/intelmq/bots/collectors/file/collector_file.py#L75 Has a race condition. Two bots may open the same file twice , this would then result in duplicated reports . Bug.
intelmq/intelmq/bots/collectors/file/collector_file.py
Line 75 in 74c5a64
Has a race condition. Two bots may open the same file twice , this would then result in duplicated reports . Bug.