Mondoo 4.15.0 is out!
· 2 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.plistresource to parse plist files on macOS

- new MQL
uuidresource

🧹 IMPROVEMENTS
- SSH user fallback: When
mondoo scan -t hostis used without a user, we fallback to the current user to mimic ssh agent behaviour
