Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 11.34 release notes #498

Merged
merged 5 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions releases/2024-12-10-mondoo-11.34-is-out.md
Original file line number Diff line number Diff line change
@@ -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!
tas50 marked this conversation as resolved.
Show resolved Hide resolved
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!
misterpantz marked this conversation as resolved.
Show resolved Hide resolved

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 including several new recommendations and improved queries compared to the preview release.
misterpantz marked this conversation as resolved.
Show resolved Hide resolved

## 🐛 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 CIS VMware policy vulnerabilities checks.
misterpantz marked this conversation as resolved.
Show resolved Hide resolved
- 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.
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4087,9 +4087,9 @@ [email protected]:
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"
Expand Down Expand Up @@ -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"
Expand Down
Loading