diff --git a/releases/2024-12-10-mondoo-11.34-is-out.md b/releases/2024-12-10-mondoo-11.34-is-out.md new file mode 100644 index 00000000..8e9c3b57 --- /dev/null +++ b/releases/2024-12-10-mondoo-11.34-is-out.md @@ -0,0 +1,38 @@ +--- +slug: mondoo-11.34-is-out/ +title: Mondoo 11.34 is out! +description: Announcing the 11.34 release of Mondoo with updated CIS macOS Sequoia benchmarks and more! +authors: [tim] +image: /img/featured_img/mondoo-feature.jpg +tags: [release, mondoo] +--- + +## ๐Ÿฅณ Mondoo 11.34 is out! This release includes updated CIS macOS Sequoia benchmarks and more! + +Get this release: [Installation Docs](https://mondoo.com/docs/cnspec/) | [Package Downloads](https://releases.mondoo.com/cnspec/) | [Docker Container](https://hub.docker.com/r/mondoo/cnspec) + +--- + +## ๐ŸŽ‰ NEW FEATURES + +## ๐Ÿงน IMPROVEMENTS + +### CIS macOS Sequoia benchmark 1.0 + +Secure Apple's latest macOS release with an updated CIS benchmark. This policy has several new recommendations and improved queries compared to the preview release. + +## ๐Ÿ› BUG FIXES AND UPDATES + +- Improve display of affected assets in the vulnerabilities overview page. +- Improve default values displayed for Cloudflare R2 buckets. +- Handle nil login values in the `microsoft.user.auditlog` resource. +- Add more detailed command line help for the GitLab provider. +- Fix failures with JSON exports if a duplicate key exists. +- Fix failures in the Mondoo Linux Security Policy's auditd checks when scanning Ubuntu or Debian systems. +- Fix failures running CIS VMware policy vulnerabilities checks. +- Fix some checks showing as passed when they have failed. +- Fix Kubernetes services displaying in multiple inventory page asset groups. +- Improve the output and reliability of CIS macOS benchmarks. +- Add descriptions, impacts, and remediation steps to each check in the Mondoo TLS Security policy. +- Add an icon for ticket systems on the add integrations page. +- Fix display of the last successful integration time. diff --git a/yarn.lock b/yarn.lock index cb05c9c6..d4a331e4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4087,9 +4087,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.41: - version "1.5.71" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.71.tgz#d8b5dba1e55b320f2f4e9b1ca80738f53fcfec2b" - integrity sha512-dB68l59BI75W1BUGVTAEJy45CEVuEGy9qPVVQ8pnHyHMn36PLPPoE1mjLH+lo9rKulO3HC2OhbACI/8tCqJBcA== + version "1.5.72" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.72.tgz#a732805986d3a5b5fedd438ddf4616c7d78ac2df" + integrity sha512-ZpSAUOZ2Izby7qnZluSrAlGgGQzucmFbN0n64dYzocYxnxV5ufurpj3VgEe4cUp7ir9LmeLxNYo8bVnlM8bQHw== emoji-regex@^8.0.0: version "8.0.0" @@ -6574,9 +6574,9 @@ node-forge@^1: integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-releases@^2.0.18: - version "2.0.18" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" - integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== + version "2.0.19" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314" + integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0"