-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After a few weeks off this is the next release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
2 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
--- | ||
slug: mondoo-11.36-is-out/ | ||
title: Mondoo 11.36 is out! | ||
description: Announcing the 11.36 release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim, chip] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.36 is out! This release includes FOO, BAR, BAZ, 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 | ||
|
||
### SentinelOne vulnerability integration | ||
|
||
DEETS | ||
|
||
### Quick access to reports | ||
|
||
Compliance reports are now available under a new Reporting page in the navigation menu. Stay tuned for more great reports coming soon! | ||
|
||
https://github.com/mondoohq/console/pull/5347 | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Optionally follow HTTP -> HTTPS redirects | ||
|
||
https://github.com/mondoohq/cnquery/pull/5011 | ||
|
||
### Improved CIS Azure Foundations benchmark checks | ||
|
||
DEETS from Manuel on this one | ||
|
||
https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184 | ||
|
||
### AWS RDS Cluster support | ||
|
||
DEETS: | ||
|
||
- Atlas | ||
- Scanning | ||
- Asset overview | ||
|
||
### Resource updates | ||
|
||
#### azure.subscription.policy.assignment | ||
|
||
- New `parameters` field | ||
|
||
#### fstab | ||
|
||
- Update `options` field to be an array of options instead of a single string | ||
|
||
#### macos.alf | ||
|
||
- Support macOS Sequoia (15) assets. https://github.com/mondoohq/cnquery/pull/5013 | ||
|
||
#### microsoft.applications | ||
|
||
- Fetch all applications in large installations. | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Display CVEs for Fedora 41 assets. | ||
- Correct the remediation steps in the BSI 'Ensure SSH Idle Timeout Interval is configured' check. | ||
- Add EOL dates for FreeBSD 14.2 and Alpine Linux 3.21. | ||
- Correct the EOL date for FreeBSD 14.1. | ||
- Update the Amazon Linux 2 EOL date, which has been extended to | ||
- Categorize Nmap assets as "Domains and Hosts" on the Assets page. | ||
- Support EBS volume scanning of instances with LVM partitions. | ||
- Improve remediation step formatting in Mondoo VMware policies. | ||
- Open check remediation links in a new window or tab. | ||
- Fix display of score boxes on CVE and Advisory pages. https://github.com/mondoohq/console/pull/5336 | ||
- Fix an `unknown-score-type` error when comparing semver data in checks. | ||
- Fix an `invalid reporting job` error when running certain policies. https://github.com/mondoohq/cnspec/pull/1516 | ||
- Fix display of GitHub provider help. | ||
- Show the link to discovered assets on each integration page. | ||
- Add detection of the upcoming M4 MacBook Air/Pro models to asset overview information. | ||
- Add form validation to the MS Defender integration to ensure UIDs are correctly formatted. | ||
- Improve policy search results when searching for platform versions. | ||
- Display platform icon for Nmap assets in affected asset tables. | ||
- Update Windows checks for the `RestrictSendingNTLMTraffic` registry entry to accept both Audit All and Deny All configurations. | ||
- Include Nmap assets in the Domains and Hosts console asset group. https://github.com/mondoohq/server/pull/9921 | ||
- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900 |