Mondoo 4.15.0 is out!
· One min read
🥳 mondoo 4.15.0 is out! It ships with many new MQL resources, new CIS benchmarks for macOS 10.15 and macOS 11.
🎉 FEATURES
- New Mondoo update notifications in Mondoo Console
- new CIS Benchmark for macOS 10.15 and macOS 11 (beta)
- new MQL array functions for query language
[]array.unique
&[]array.duplicates
- new MQL string function for upper case
string.upcase
- new MQL parse json feature
parse.json(content: '{ "a": "b"}')
- new MQL resources for macOS
- new MQL
parse.plist
resource to parse plist files on macOS
- new MQL
uuid
resource
🧹 IMPROVEMENTS
- SSH user fallback: When
mondoo scan -t host
is used without a user, we fallback to the current user to mimic ssh agent behaviour