-
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.
Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
6 changed files
with
124 additions
and
28 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
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,87 @@ | ||
--- | ||
slug: mondoo-10.9-is-out/ | ||
title: Mondoo 10.9 is out! | ||
author: Tim Smith | ||
author_title: Mondoo Core Team | ||
author_url: https://github.com/tas50 | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 10.9 is out! This release includes CVE remediation automation, detection of remote exploits in your infra, 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 | ||
|
||
### Automate your CVE remediation | ||
|
||
Let Mondoo do the heavy lifting when it comes to remediating critical software vulnerabilities in your infrastructure with new Ansible and Bash remediation scripts to accelerate the patching of systems. | ||
|
||
![Software resolution](/img/releases/2024-03-26-mondoo-10.9-is-out/remediation.png) | ||
|
||
### Expose remote exploits in your infrastructure | ||
|
||
With the new "Remote execution" risk for CVEs and advisories, prioritize the highest risks to your business first. Sort CVEs and vendor advisories for remote execution and patch your most critical vulnerabilities before attackers find them. | ||
|
||
![CVE-2023-22505 Remote Exploit](/img/releases/2024-03-26-mondoo-10.9-is-out/cve-2023-22505.png) | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Resource improvements | ||
|
||
#### asset | ||
|
||
- New field `annotations`. | ||
|
||
#### aws.iam.policies | ||
|
||
- Fix parsing data in `attachedRoles` field. | ||
|
||
#### aws.rds.dbcluster | ||
|
||
- New field `hostedZoneId`. | ||
- New field `latestRestorableTime`. | ||
- New field `masterUsername`. | ||
|
||
#### aws.rds.dbinstance | ||
|
||
- New field `latestRestorableTime`. | ||
- New field `masterUsername`. | ||
|
||
### Ansible scan interval / splay settings | ||
|
||
Control the scan interval and splay settings for Mondoo clients setup with the Mondoo Ansible role using new `splay` and `timer` variables. | ||
|
||
Learn more in our all [new Ansible docs](https://mondoo.com/docs/platform/infra/opsys/automation/ansible/)! | ||
|
||
### Signed providers on Windows | ||
|
||
Is it an advanced security product or a virus? It turns out that sometimes your endpoint protection software can't tell the difference. To help, we're signing all Mondoo providers to prevent tools flagging providers as potentially malicious software. | ||
|
||
### Friendly messages for space viewers in Kubernetes integrations | ||
|
||
Want to take a peak at the configuration of Kubernetes integrations, but you only have the viewer permissions on the space? No worries. Kubernetes integration pages now show friendly messages when service account information is unavailable due to a lack of permissions. Stay curious. | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Collect running kernel in SBOMs. | ||
- Don't fail if a Linux process is running under a user that has been deleted. | ||
- Fix AWS instances failing to scan via SSM in the Lambda integration. | ||
- Improve network security group checks in the CIS Azure Foundation benchmark policy to ignore case and better target the security rules. | ||
- Update CIS benchmarks for AlmaLinux, Rocky Linux, and Oracle Linux to skip GDM checks on headless systems. | ||
- Display the Terraform logo for the Terraform Asset Inventory Pack. | ||
- Display the Windows logo instead of the Microsoft 365 logo for all Windows desktop CIS policies. | ||
- Improve Azure Pipeline setup examples in the console. | ||
- Show labels on the asset overview when an asset is unscored. | ||
- Update instructions and documentation links in Azure integration to match the latest Microsoft Entra ID pages. | ||
- Improve AWS integration error messages in the console. | ||
- Prevent a number of AWS scan requests from running at once in the AWS integration. | ||
- Fix incorrect links in Red Hat advisories. | ||
- Fix newer vendor advisories showing as unscored when the attached CVEs have no score. | ||
- Improvements to Okta and Azure SCIM 2.0 support. | ||
- Fix scanning of Docker images that are not on the system. | ||
- Fix fetching of Microsoft 365 groups when there are a large number of groups in Entra ID. | ||
- Fix scanning of private images in Kubernetes clusters. | ||
- Improve performance in the `tls.certificate` resource. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -1499,7 +1499,7 @@ | |
"@docusaurus/theme-search-algolia" "3.1.1" | ||
"@docusaurus/types" "3.1.1" | ||
|
||
"@docusaurus/[email protected]", "react-loadable@npm:@docusaurus/[email protected]": | ||
"@docusaurus/[email protected]": | ||
version "5.5.2" | ||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" | ||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== | ||
|
@@ -2246,9 +2246,9 @@ | |
"@types/unist" "*" | ||
|
||
"@types/mdx@^2.0.0": | ||
version "2.0.11" | ||
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.11.tgz#21f4c166ed0e0a3a733869ba04cd8daea9834b8e" | ||
integrity sha512-HM5bwOaIQJIQbAYfax35HCKxx7a3KrK3nBtIqJgSOitivTD1y3oW9P3rxY9RkXYPUk7y/AjAohfHKmFpGE79zw== | ||
version "2.0.12" | ||
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.12.tgz#38db34cc8999b982beaec01399620bee6c65ef2e" | ||
integrity sha512-H9VZ9YqE+H28FQVchC83RCs5xQ2J7mAAv6qdDEaWmXEVl3OpdH+xfrSUzQ1lp7U7oSTRZ0RvW08ASPJsYBi7Cw== | ||
|
||
"@types/mime@*": | ||
version "3.0.4" | ||
|
@@ -2295,9 +2295,9 @@ | |
integrity sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw== | ||
|
||
"@types/prop-types@*": | ||
version "15.7.11" | ||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563" | ||
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng== | ||
version "15.7.12" | ||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" | ||
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== | ||
|
||
"@types/qs@*": | ||
version "6.9.14" | ||
|
@@ -2752,12 +2752,12 @@ at-least-node@^1.0.0: | |
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== | ||
|
||
autoprefixer@^10.4.12, autoprefixer@^10.4.14: | ||
version "10.4.18" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.18.tgz#fcb171a3b017be7cb5d8b7a825f5aacbf2045163" | ||
integrity sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g== | ||
version "10.4.19" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f" | ||
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew== | ||
dependencies: | ||
browserslist "^4.23.0" | ||
caniuse-lite "^1.0.30001591" | ||
caniuse-lite "^1.0.30001599" | ||
fraction.js "^4.3.7" | ||
normalize-range "^0.1.2" | ||
picocolors "^1.0.0" | ||
|
@@ -2988,10 +2988,10 @@ caniuse-api@^3.0.0: | |
lodash.memoize "^4.1.2" | ||
lodash.uniq "^4.5.0" | ||
|
||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001591: | ||
version "1.0.30001599" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001599.tgz#571cf4f3f1506df9bf41fcbb6d10d5d017817bce" | ||
integrity sha512-LRAQHZ4yT1+f9LemSMeqdMpMxZcc4RMWdj4tiFe3G8tNkWK+E58g+/tzotb5cU6TbcVJLr4fySiAW7XmxQvZQA== | ||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599: | ||
version "1.0.30001600" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079" | ||
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ== | ||
|
||
ccount@^2.0.0: | ||
version "2.0.1" | ||
|
@@ -3113,9 +3113,9 @@ cli-boxes@^3.0.0: | |
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g== | ||
|
||
cli-table3@^0.6.3: | ||
version "0.6.3" | ||
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" | ||
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== | ||
version "0.6.4" | ||
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.4.tgz#d1c536b8a3f2e7bec58f67ac9e5769b1b30088b0" | ||
integrity sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw== | ||
dependencies: | ||
string-width "^4.2.0" | ||
optionalDependencies: | ||
|
@@ -3818,9 +3818,9 @@ [email protected]: | |
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electron-to-chromium@^1.4.668: | ||
version "1.4.712" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.712.tgz#2117ea2f4f95e8e0ec96c33dd345134ac00e57ed" | ||
integrity sha512-ncfPC8UnGIyGFrPE03J5Xn6yTZ6R+clkcZbuG1PJbjAaZBFS4Kn3UKfzu8eilzru6SfC8TPsHuwv0p0eYVu+ww== | ||
version "1.4.716" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.716.tgz#90c229ce0af2ad3b6e54472af1200e07f10293a4" | ||
integrity sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw== | ||
|
||
emoji-regex@^8.0.0: | ||
version "8.0.0" | ||
|
@@ -3890,9 +3890,9 @@ es-errors@^1.3.0: | |
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== | ||
|
||
es-module-lexer@^1.2.1: | ||
version "1.4.2" | ||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.4.2.tgz#ba1a62255ff9b41023aaf9bd08c016a5f1a3fef3" | ||
integrity sha512-7nOqkomXZEaxUDJw21XZNtRk739QvrPSoZoRtbsEfcii00vdzZUh6zh1CQwHhrib8MdEtJfv5rJiGeb4KuV/vw== | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.0.tgz#4878fee3789ad99e065f975fdd3c645529ff0236" | ||
integrity sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw== | ||
|
||
escalade@^3.1.1: | ||
version "3.1.2" | ||
|
@@ -6910,9 +6910,9 @@ postcss-zindex@^5.1.0: | |
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A== | ||
|
||
postcss@^8.4.17, postcss@^8.4.21, postcss@^8.4.26, postcss@^8.4.33: | ||
version "8.4.37" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.37.tgz#4505f992cd0c20e03d25f13b31901640b2db731a" | ||
integrity sha512-7iB/v/r7Woof0glKLH8b1SPHrsX7uhdO+Geb41QpF/+mWZHU3uxxSlN+UXGVit1PawOYDToO+AbZzhBzWRDwbQ== | ||
version "8.4.38" | ||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" | ||
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== | ||
dependencies: | ||
nanoid "^3.3.7" | ||
picocolors "^1.0.0" | ||
|
@@ -7159,6 +7159,14 @@ react-loadable@^5.5.0: | |
dependencies: | ||
prop-types "^15.5.0" | ||
|
||
"react-loadable@npm:@docusaurus/[email protected]": | ||
version "5.5.2" | ||
resolved "https://registry.yarnpkg.com/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz#81aae0db81ecafbdaee3651f12804580868fa6ce" | ||
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ== | ||
dependencies: | ||
"@types/react" "*" | ||
prop-types "^15.6.2" | ||
|
||
react-router-config@^5.1.1: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/react-router-config/-/react-router-config-5.1.1.tgz#0f4263d1a80c6b2dc7b9c1902c9526478194a988" | ||
|