-
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.
New week. New release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
3 changed files
with
100 additions
and
2 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,62 @@ | ||
--- | ||
slug: mondoo-11.31-is-out/ | ||
title: Mondoo 11.31 is out! | ||
description: Announcing the 11.31 release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.31 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 | ||
|
||
### Automated integration setup | ||
|
||
DEETS | ||
|
||
### Secure Cloudflare services | ||
|
||
DEETS | ||
|
||
### Explore query packs results space-wide | ||
|
||
DEETS | ||
|
||
### New CIS NGINX benchmark policy | ||
|
||
DEETS | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Faster load times in compliance | ||
|
||
DEETS | ||
|
||
### Badges for new policies | ||
|
||
DEETS | ||
|
||
### Priority findings on the spaces page | ||
|
||
DEETS | ||
|
||
### Additional risk factors for FTP servers | ||
|
||
Prioritize the risks that matter the most with new risk factors for assets running vsftp, Pure-FTPd, and ProFTPD FTP servers. | ||
|
||
### Resource updates | ||
|
||
#### RESOURCE 1 | ||
|
||
- New `FIELD_NAME` field | ||
- New `FIELD_NAME` field using the new `MQL.RESOURCE` resource | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- BUG 1 | ||
- BUG 2 |
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 |
---|---|---|
|
@@ -100,6 +100,11 @@ | |
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.14.0.tgz#673857954f5440443dcbd825d4515672268095cf" | ||
integrity sha512-xYaswEqv+mTeazOJV0PELs4LYXaETYGwlntQxvOTHsICaj1e+ylKeMr+C+ZvN74RpCRDoEN3a2n33bRU9/MHTw== | ||
|
||
"@algolia/[email protected]": | ||
version "5.14.2" | ||
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.14.2.tgz#659e5a78b3563b628a982f3d3054c424d8a3d2c9" | ||
integrity sha512-BW1Qzhh9tMKEsWSQQsiOEcHAd6g7zxq9RpPVmyxbDO/O4eA4vyN+Qz5Jzo686kuYdIQKqIPCEtob/JM89tk57g== | ||
|
||
"@algolia/[email protected]": | ||
version "5.14.0" | ||
resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.14.0.tgz#a38bf6aa5b583ff694d922f5b47d40467c0ca38c" | ||
|
@@ -148,7 +153,7 @@ | |
"@algolia/requester-common" "4.24.0" | ||
"@algolia/transporter" "4.24.0" | ||
|
||
"@algolia/[email protected]", "@algolia/client-search@^5.14.0": | ||
"@algolia/[email protected]": | ||
version "5.14.0" | ||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.14.0.tgz#96a10e635dec9cf75cfddc0557bc54b8d7313edf" | ||
integrity sha512-x5/GVLDyGad8aiWA/vfj8X4NXOZ3FlwXw/gb7t+Mxo3O0g3VxSFQdyrZ8Oduv/Y/Y8cxMVEOx1u3Azs6tlSZbg== | ||
|
@@ -158,6 +163,16 @@ | |
"@algolia/requester-fetch" "5.14.0" | ||
"@algolia/requester-node-http" "5.14.0" | ||
|
||
"@algolia/client-search@^5.14.2": | ||
version "5.14.2" | ||
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.14.2.tgz#7e7b7eaa66cea90ba645cb8739e2739d38ec733a" | ||
integrity sha512-0imdBZDjqxrshw0+eyJUgnkRAbS2W93UQ3BVj8VjN4xQylIMf0fWs72W7MZFdHlH78JJYydevgzqvGMcV0Z1CA== | ||
dependencies: | ||
"@algolia/client-common" "5.14.2" | ||
"@algolia/requester-browser-xhr" "5.14.2" | ||
"@algolia/requester-fetch" "5.14.2" | ||
"@algolia/requester-node-http" "5.14.2" | ||
|
||
"@algolia/events@^4.0.1": | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950" | ||
|
@@ -236,6 +251,13 @@ | |
dependencies: | ||
"@algolia/client-common" "5.14.0" | ||
|
||
"@algolia/[email protected]": | ||
version "5.14.2" | ||
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.14.2.tgz#aa2ba4aaa2d8e83e8a546f4a1363339f932c827d" | ||
integrity sha512-irUvkK+TGBhyivtNCIIbVgNUgbUoHOSk8m/kFX4ddto/PUPmLFRRNNnMHtJ1+OzrJ/uD3Am4FUK2Yt+xgQr05w== | ||
dependencies: | ||
"@algolia/client-common" "5.14.2" | ||
|
||
"@algolia/[email protected]": | ||
version "4.24.0" | ||
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436" | ||
|
@@ -248,6 +270,13 @@ | |
dependencies: | ||
"@algolia/client-common" "5.14.0" | ||
|
||
"@algolia/[email protected]": | ||
version "5.14.2" | ||
resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.14.2.tgz#d0bcfce9f48efc0bedd40e5579832edbdee5d00a" | ||
integrity sha512-UNBg5mM4MIYdxPuVjyDL22BC6P87g7WuM91Z1Ky0J19aEGvCSF+oR+9autthROFXdRnAa1rACOjuqn95iBbKpw== | ||
dependencies: | ||
"@algolia/client-common" "5.14.2" | ||
|
||
"@algolia/[email protected]": | ||
version "4.24.0" | ||
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f" | ||
|
@@ -262,6 +291,13 @@ | |
dependencies: | ||
"@algolia/client-common" "5.14.0" | ||
|
||
"@algolia/[email protected]": | ||
version "5.14.2" | ||
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.14.2.tgz#186631bcb1047c6a352036fb8dcc713c2a2777a7" | ||
integrity sha512-CTFA03YiLcnpP+JoLRqjHt5pqDHuKWJpLsIBY/60Gmw8pjALZ3TwvbAquRX4Vy+yrin178NxMuU+ilZ54f2IrQ== | ||
dependencies: | ||
"@algolia/client-common" "5.14.2" | ||
|
||
"@algolia/[email protected]": | ||
version "4.24.0" | ||
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102" | ||
|