2021
Mondoo 5.10.0 is out!
ยทBy kyleen
Back to releases
๐ฅณ mondoo 5.10.0 is out!
๐ FEATURES
- Updates to CIS DIL and Linux policies, networking queries added and others with improved accuracy.
- New MQL query feature: string array.where(/regex/) now supported!

๐งน IMPROVEMENTS
-
Introduced regex flags i, m, and s for interacting with regex queries in MQL
* `i` for case-insensitive pattern matching * `s` allows . to match newlines * `m` allows the matching of entire lines with `^` and `$` for beginning and end of line
-
Introduce common regex resource in MQL, allowing for easy use of common regex patterns.

๐ BUG FIXES AND UPDATES
- Fix file resource Setuid and Setgid detection for the local transport
- Fix bug where incorrect file permissions would be cached
- Fix bug where errors would not be correctly propagated and would lead to execution timeouts