-
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.
New week. New release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
12 changed files
with
174 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -331,6 +331,7 @@ sqlserver | |
sqlservice | ||
srvsvc | ||
stdevel | ||
storageservice | ||
Stupakov | ||
sudolog | ||
suki | ||
|
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
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
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
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
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,103 @@ | ||
--- | ||
slug: mondoo-11.37-is-out/ | ||
title: Mondoo 11.37 is out! | ||
description: Announcing the 11.37 release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.37 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 | ||
|
||
### Create workspaces from labels/tags, annotations, or technology | ||
|
||
https://github.com/mondoohq/console/pull/5392 | ||
|
||
### Search for assets and findings in workspaces | ||
|
||
DEETS | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### AWS RDS Cluster support | ||
|
||
DEETS: | ||
|
||
- Atlas | ||
- Scanning | ||
- Asset overview | ||
|
||
### Improved CIS Azure Foundations benchmark checks | ||
|
||
DEETS from Manuel on this one | ||
|
||
https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184 | ||
|
||
### Quickly find integrations | ||
|
||
Find the right integration with less scrolling. The add integration page now supports search based on integration categories in addition to integration names. | ||
|
||
![Integration filtering with a category](/img/releases/2025-01-14-mondoo-11.37-is-out/integration_filtering.png) | ||
|
||
### Improved asset overview information | ||
|
||
DEETS from: | ||
|
||
- Link to integrations from configuration overview: https://github.com/mondoohq/console/pull/5401 | ||
- Display scan times in scan overview: https://github.com/mondoohq/console/pull/5398 | ||
- Copy values from asset data: https://github.com/mondoohq/console/pull/5397 | ||
|
||
### Resource updates | ||
|
||
#### aws.iam.instanceProfile | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.policy | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.policyversion | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.role | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.user | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### aws.iam.usercredentialreportentry | ||
|
||
- Deprecate `createDate` in favor of a new `createdAt` field | ||
|
||
#### gcp.project.storageservice.bucket | ||
|
||
- New `encryption` field | ||
|
||
#### macos.alf | ||
|
||
- Support macOS Sequoia (15) assets | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Categorize Nmap assets as "Domains and Hosts" on the Assets page. | ||
- Improve performance of compliance report generation. https://github.com/mondoohq/server/pull/9900 | ||
- Fix an `invalid reporting job` error when running certain policies. | ||
- Fix display of score boxes on CVE and Advisory pages. https://github.com/mondoohq/console/pull/5336 | ||
- Show assets link on AWS integrations. | ||
- Allow creating workspaces with the asset kind value of "Virtual Machine". | ||
- Improve reliability of some CIS/BSI Windows policy checks on non-English systems. | ||
- Improve fetching of available AWS regions. |
File renamed without changes
Oops, something went wrong.