Mondoo 5.10.0 is out!
· One min read
🥳 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