v5.0.1
Because Risk and Threat Objects in the new "rba" section of detections are a set, and not a list, their serialization order to conf files was non-deterministic. contentctl build
MUST produce deterministic outputs into conf files. This is important for enforcing versioning compliance.
We still treat these objects as a set internally, but when serializing we now sort the objects by a custom sort function to ensure that the serialization order does not change between invocations.
What's Changed
Full Changelog: v5.0.0...v5.0.1