-
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.
After a few weeks off this is the next release Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
3 changed files
with
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
slug: mondoo-11.36-is-out/ | ||
title: Mondoo 11.36 is out! | ||
description: Announcing the 11.36 release of Mondoo with FOO, BAR, BAZ, and more! | ||
authors: [tim] | ||
image: DEETS | ||
tags: [release, mondoo] | ||
--- | ||
|
||
## 🥳 Mondoo 11.36 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 | ||
|
||
### FEATURE 1 | ||
|
||
DEETS | ||
|
||
## 🧹 IMPROVEMENTS | ||
|
||
### Quick access to reports | ||
|
||
Compliance reports are now available under a new Reporting page in the navigation menu. Stay tuned for more great reports coming soon! | ||
|
||
https://github.com/mondoohq/console/pull/5347 | ||
|
||
### Optionally follow HTTP -> HTTPS redirects | ||
|
||
https://github.com/mondoohq/cnquery/pull/5011 | ||
|
||
### Improved CIS Azure Foundations benchmark checks | ||
|
||
DEETS from Manuel on this one | ||
|
||
https://github.com/mondoohq/cnspec-enterprise-policies/pull/1184 | ||
|
||
### Resource updates | ||
|
||
#### fstab | ||
|
||
- Update `options` field to be an array of options instead of a single string. | ||
|
||
## 🐛 BUG FIXES AND UPDATES | ||
|
||
- Display CVEs for Fedora 41 assets. | ||
- Correct the remediation steps in the BSI 'Ensure SSH Idle Timeout Interval is configured' check. | ||
- Add EOL dates for FreeBSD 14.2 and Alpine Linux 3.21. | ||
- Correct the EOL date for FreeBSD 14.1. | ||
- Update the Amazon Linux 2 EOL date, which has been extended to | ||
- Categorize Nmap assets as "Domains and Hosts" on the Assets page. | ||
- Support EBS volume scanning of instances with LVM partitions. | ||
- Improve remediation step formatting in Mondoo VMware policies. | ||
- Open check remediation links in a new window or tab. https://github.com/mondoohq/console/pull/5357 | ||
- Fix display of score boxes on CVE and Advisory pages. https://github.com/mondoohq/console/pull/5336 | ||
- Update the `macos.alf` resource to support macOS Sequoia (15). https://github.com/mondoohq/cnquery/pull/5013 | ||
- Fix an `unknown-score-type` error when comparing semver data in checks. https://github.com/mondoohq/cnquery/pull/5012 | ||
- Fix an `invalid reporting job` error when running certain policies. https://github.com/mondoohq/cnspec/pull/1516 |
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 |
---|---|---|
|
@@ -3295,9 +3295,9 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: | |
supports-color "^7.1.0" | ||
|
||
chalk@^5.0.1, chalk@^5.2.0: | ||
version "5.4.0" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.0.tgz#846fdb5d5d939d6fa3d565cd5545697b6f8b6923" | ||
integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q== | ||
version "5.4.1" | ||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8" | ||
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== | ||
|
||
char-regex@^1.0.2: | ||
version "1.0.2" | ||
|
@@ -3531,9 +3531,9 @@ connect-history-api-fallback@^2.0.0: | |
integrity sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA== | ||
|
||
consola@^3.2.3: | ||
version "3.2.3" | ||
resolved "https://registry.yarnpkg.com/consola/-/consola-3.2.3.tgz#0741857aa88cfa0d6fd53f1cff0375136e98502f" | ||
integrity sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ== | ||
version "3.3.1" | ||
resolved "https://registry.yarnpkg.com/consola/-/consola-3.3.1.tgz#e60b4bfcd9e36cd766cc9afe2c93c14fe64c9356" | ||
integrity sha512-GyKnPG3/I+a4RtJxgHquJXWr70g9I3c4NT3dvqh0LPHQP2nZFQBOBszb7a5u/pGzqr40AKplQA6UxM1BSynSXg== | ||
|
||
[email protected]: | ||
version "0.5.2" | ||
|
@@ -3627,12 +3627,12 @@ cosmiconfig@^8.1.3, cosmiconfig@^8.3.5: | |
parse-json "^5.2.0" | ||
path-type "^4.0.0" | ||
|
||
cross-fetch@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" | ||
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== | ||
cross-fetch@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.1.0.tgz#8f69355007ee182e47fa692ecbaa37a52e43c3d2" | ||
integrity sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw== | ||
dependencies: | ||
node-fetch "^2.6.12" | ||
node-fetch "^2.7.0" | ||
|
||
cross-spawn@^7.0.3: | ||
version "7.0.6" | ||
|
@@ -4095,9 +4095,9 @@ [email protected]: | |
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== | ||
|
||
electron-to-chromium@^1.5.73: | ||
version "1.5.75" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz#bba96eabf0e8ca36324679caa38b982800acc87d" | ||
integrity sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q== | ||
version "1.5.76" | ||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz#db20295c5061b68f07c8ea4dfcbd701485d94a3d" | ||
integrity sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ== | ||
|
||
emoji-regex@^8.0.0: | ||
version "8.0.0" | ||
|
@@ -4135,9 +4135,9 @@ encodeurl@~2.0.0: | |
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== | ||
|
||
enhanced-resolve@^5.17.1: | ||
version "5.17.1" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15" | ||
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg== | ||
version "5.18.0" | ||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz#91eb1db193896b9801251eeff1c6980278b1e404" | ||
integrity sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ== | ||
dependencies: | ||
graceful-fs "^4.2.4" | ||
tapable "^2.2.0" | ||
|
@@ -4446,9 +4446,9 @@ fast-uri@^3.0.1: | |
integrity sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw== | ||
|
||
fastq@^1.6.0: | ||
version "1.17.1" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47" | ||
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== | ||
version "1.18.0" | ||
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.18.0.tgz#d631d7e25faffea81887fe5ea8c9010e1b36fee0" | ||
integrity sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw== | ||
dependencies: | ||
reusify "^1.0.4" | ||
|
||
|
@@ -5195,9 +5195,9 @@ ignore@^5.2.0, ignore@^5.2.4: | |
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== | ||
|
||
image-size@^1.0.2: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac" | ||
integrity sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ== | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.0.tgz#312af27a2ff4ff58595ad00b9344dd684c910df6" | ||
integrity sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w== | ||
dependencies: | ||
queue "6.0.2" | ||
|
||
|
@@ -5327,9 +5327,9 @@ is-ci@^3.0.1: | |
ci-info "^3.2.0" | ||
|
||
is-core-module@^2.16.0: | ||
version "2.16.0" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.0.tgz#6c01ffdd5e33c49c1d2abfa93334a85cb56bd81c" | ||
integrity sha512-urTSINYfAYgcbLb0yDQ6egFm6h3Mo1DcF9EkyXSRjjzdHbsulg01qhwWuXdOoUBuTkbQ80KDboXa0vFJ+BDH+g== | ||
version "2.16.1" | ||
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" | ||
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== | ||
dependencies: | ||
hasown "^2.0.2" | ||
|
||
|
@@ -6579,7 +6579,7 @@ node-emoji@^2.1.0: | |
emojilib "^2.4.0" | ||
skin-tone "^2.0.0" | ||
|
||
node-fetch@^2.6.12: | ||
node-fetch@^2.7.0: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" | ||
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A== | ||
|