-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs for the 10.6 release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
11 changed files
with
172 additions
and
43 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 |
---|---|---|
@@ -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
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,96 @@ | ||
--- | ||
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, 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 | ||
|
||
### Endpoint Detection and Response (EDR) Policy | ||
|
||
https://github.com/mondoohq/server/blob/e122f8c0fd5a546b65d6dee8ed72ddc217a4bd11/policy/bundles-cnspec/mondoo-edr-policy.mql.yaml | ||
|
||
### Convert types in MQL | ||
|
||
https://github.com/mondoohq/cnquery/pull/3463 | ||
|
||
### Open source Mondoo documentation | ||
|
||
DEETS | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Resource improvements | ||
|
||
#### aws.cloudtrail.trails | ||
|
||
- Add support for advanced selectors in the `eventSelectors` field | ||
|
||
#### aws.config | ||
|
||
- New `deliveryChannels` field | ||
|
||
#### aws.config.deliverychannel | ||
|
||
- A new resource with fields representing an individual AWS Config delivery channel configured within an account. | ||
|
||
#### aws.iam.role | ||
|
||
- 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 | ||
|
||
https://github.com/mondoohq/cnquery/pull/3225 | ||
|
||
```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 | ||
``` | ||
|
||
### Improved policy check impact scores | ||
|
||
https://github.com/mondoohq/cnspec-enterprise-policies/pull/709 | ||
|
||
### Improved AWS policies | ||
|
||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/703 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/747 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/701 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/742 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/719 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/711 | ||
- https://github.com/mondoohq/cnspec-enterprise-policies/pull/715 | ||
|
||
## 🐛 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. |
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 |
---|---|---|
|
@@ -3824,9 +3824,9 @@ [email protected]: | |
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electron-to-chromium@^1.4.668: | ||
version "1.4.691" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.691.tgz#e3c49de174b36b2bb96d09f44c81ff8ba273d775" | ||
integrity sha512-vJ+/LmKja/St8Ofq4JGMFVZuwG7ECU6akjNSn2/g6nv8xbIBOWGlEs+WA8/3XaWkU0Nlyu0iFGgOxC4mpgFjgA== | ||
version "1.4.692" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.692.tgz#82139d20585a4b2318a02066af7593a3e6bec993" | ||
integrity sha512-d5rZRka9n2Y3MkWRN74IoAsxR0HK3yaAt7T50e3iT9VZmCCQDT3geXUO5ZRMhDToa1pkCeQXuNo+0g+NfDOVPA== | ||
|
||
emoji-regex@^8.0.0: | ||
version "8.0.0" | ||
|