-
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.
WIP: Add 10.6 release notes + simplify deps (#8)
* Add 10.6 release notes Docs for the 10.6 release Signed-off-by: Tim Smith <[email protected]> * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Update releases/2024-03-06-mondoo-10.6-is-out.md * Describe filtering Signed-off-by: Tim Smith <[email protected]> * Update deps again Signed-off-by: Tim Smith <[email protected]> * Describe AWS changes Signed-off-by: Tim Smith <[email protected]> * Fix typo Signed-off-by: Tim Smith <[email protected]> * Fix the date and add the image Signed-off-by: Tim Smith <[email protected]> * Add gif Signed-off-by: Tim Smith <[email protected]> * Update releases/2024-03-05-mondoo-10.6-is-out.md --------- Signed-off-by: Tim Smith <[email protected]> Co-authored-by: Letha <[email protected]>
- Loading branch information
1 parent
9321704
commit 8e26e0d
Showing
13 changed files
with
218 additions
and
70 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 |
---|---|---|
|
@@ -90,6 +90,7 @@ dbf | |
dcea | ||
Ddos | ||
debconf | ||
deliverychannel | ||
dfw | ||
dgrrz | ||
DHE | ||
|
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 |
---|---|---|
|
@@ -89,3 +89,4 @@ aws_secret_access_key\s+\=(\s+)?.+ | |
|
||
# score score is valid in MQL docs | ||
score score | ||
|
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,29 @@ | ||
--- | ||
title: aws.config.deliverychannel | ||
id: aws.config.deliverychannel | ||
sidebar_label: aws.config.deliverychannel | ||
displayed_sidebar: MQL | ||
description: AWS Config delivery channel | ||
--- | ||
|
||
# aws.config.deliverychannel | ||
|
||
**Supported platform** | ||
|
||
- aws | ||
|
||
**Description** | ||
|
||
AWS Config delivery channel | ||
|
||
The `aws.config.deliverychannel` resource provides fields representing an individual AWS Config delivery channel configured within an account. For usage, read the `aws.config` resource documentation. | ||
|
||
**Fields** | ||
|
||
| ID | TYPE | DESCRIPTION | | ||
| ------------ | ------ | -------------------------------------------------------------------- | | ||
| name | string | Name of the delivery channel | | ||
| s3BucketName | string | S3 bucket name where configuration snapshots are delivered | | ||
| s3KeyPrefix | string | Prefix for the S3 bucket where configuration snapshots are delivered | | ||
| snsTopicARN | string | ARN of the SNS topic that AWS Config delivers notifications to | | ||
| region | string | Region for the delivery channel | |
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,122 @@ | ||
--- | ||
slug: mondoo-10.6-is-out/ | ||
title: Mondoo 10.6 is out! | ||
author: Tim Smith | ||
author_title: Mondoo Core Team | ||
author_url: https://github.com/tas50 | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 10.6 is out! This release includes a new EDR policy, policy filtering, additional MQL capabilities, 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 | ||
|
||
### Filter policies on assets | ||
|
||
Asset policy pages now include filtering by policy types and scores so you can see exactly what policies are applied and where failures are occurring. | ||
|
||
![Policy filtering](/img/releases/2024-03-05-mondoo-10.6-is-out/filtering.gif) | ||
|
||
### Data type conversion MQL helpers | ||
|
||
New MQL helpers allow you to quickly convert data to the right format for your custom checks and data queries. | ||
|
||
```coffee | ||
> int(1.23) | ||
1 | ||
|
||
> bool(1) | ||
true | ||
|
||
> float(12) | ||
12 | ||
|
||
> string(1.89) | ||
"1.89" | ||
|
||
> regex("w.r.d") == "world 🌎" | ||
/w.r.d/ | ||
``` | ||
|
||
### Endpoint detection and response (EDR) policy | ||
|
||
Ensure critical employee endpoints have endpoint detection and response (EDR) software installed and running with our new Endpoint Detection and Response (EDR) policy. This policy checks to see if SentinelOne or CrowdStrike are installed on macOS, Linux, and Windows systems. | ||
|
||
### Open source Mondoo documentation | ||
|
||
Do typos in documentation keep you up at night like they do for me? We open sourced our documentation so you can fix that problem and get some sleep. | ||
|
||
Check out our new public repo at [github.com/mondoohq/docs](https://github.com/mondoohq/docs) for instructions on how to contribute fixes and improvements. | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Resource improvements | ||
|
||
#### aws.cloudtrail.trails | ||
|
||
- Add support for advanced selectors in the `eventSelectors` field. | ||
|
||
#### aws.config | ||
|
||
- Add new `deliveryChannels` field. | ||
|
||
#### aws.config.deliverychannel | ||
|
||
- Add a new resource with fields representing an individual AWS Config delivery channel configured within an account. | ||
|
||
#### aws.iam.role | ||
|
||
- Add new `assumeRolePolicyDocument` field. | ||
|
||
#### package | ||
|
||
- Add new `originVersion` field on Debian Linux-based assets. | ||
- Include version data in the `origin` field for source packages on Debian Linux-based assets. | ||
|
||
### Filter AWS scans by region | ||
|
||
Filter cnspec command line scans by AWS region with new filter options: | ||
|
||
```bash | ||
cnquery shell aws --filters all:region=us-east-2 | ||
cnquery shell aws --filters region=us-east-2 | ||
cnquery shell aws --filters ec2:region=us-east-2 | ||
``` | ||
|
||
Thanks for this great contribution [@montera82](https://github.com/montera82/)! | ||
|
||
### Updated policy check impact scores | ||
|
||
Prioritize the most important checks first with newly adjusted check priorities for CIS Linux distribution policies. These improved scores ensure that only the most important checks are listed as failures, so you can more easily prioritize critical work. | ||
|
||
### Improved AWS policies | ||
|
||
Both the CIS AWS Foundations benchmark policy and the various AWS Best Practices policies have seen major refactoring. These changes include improved queries and result output as well as new descriptions and remediation data. Stay tuned for more updates as we refactor all queries in these policies to use the latest MQL resources and helpers. | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Improve reliability of fetching CVE data for assets. | ||
- Only show unresolved CVEs in the asset CVE list. | ||
- Fix package CVE false positives for some Debian packages. | ||
- Fix CVEs not showing after the first asset scan. | ||
- Fix failures scanning a GitHub organization if the supplied token cannot access all repositories. | ||
- Only show the options to add new integrations when the user has the appropriate permissions for the space. | ||
- Change documentation links in the console to go directly to Mondoo Platform documentation. | ||
- Improve how space owners are listed in the Organization dashboard's CVE list. | ||
- Fix policy recommendation during the Kubernetes integration setup. | ||
- Show EPSS scores with a single decimal point in all locations. | ||
- Don't fail scanning if the location of an S3 bucket cannot be determined. | ||
- Return more than 100 Microsoft 365 users in queries. | ||
- Improve output of the "Ensure macOS is up to date" check in the macOS Security policy. | ||
- Distinguish between domain controllers and member servers in Windows Security policy checks. | ||
- Improve empty states for software, CVE, and advisory asset page tabs. | ||
- Improve rendering of columns in the asset page's Advisories tab. | ||
- Enforce a max session time of 1 day in the console for added security. | ||
- Don't include the legacy Platform Vulnerability Policy in asset policy counts. | ||
- Improve wrapping of long asset names on narrow screens. | ||
- Don't include "unknown" integrations in the organization dashboard integrations list. | ||
- Add missing impact scores to the CIS AIX benchmark policies. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.