Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
FlumeEventQueue's inner class InflightEventWrapper uses MD5 for calculating a digest of inflight events. MD5 has been considered unsuitable for cryptographic usage such as for integrity checks for many years now. This should migrate to SHA-256 at least.