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
* deterministic output for rba dict by pyth0n1c in https://github.com/splunk/contentctl/pull/362
**Full Changelog**: https://github.com/splunk/contentctl/compare/v5.0.0...v5.0.1