Skip to content

v5.0.1

Compare
Choose a tag to compare
@pyth0n1c pyth0n1c released this 05 Feb 17:49
· 32 commits to main since this release
030ce2f

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