-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: mondoohq/cnspec
base: v11.66.1
head repository: mondoohq/cnspec
compare: v11.67.0
- 8 commits
- 23 files changed
- 7 contributors
Commits on Aug 7, 2025
-
* fix: mondoo-tls-security-cert-domain-name-match Signed-off-by: Manuel Weber <manuel@mondoo.com> * fix: mondoo-kubernetes-security-deployment-imagepull Signed-off-by: Manuel Weber <manuel@mondoo.com> --------- Signed-off-by: Manuel Weber <manuel@mondoo.com>
Configuration menu - View commit details
-
Copy full SHA for 1845a12 - Browse repository at this point
Copy the full SHA 1845a12View commit details -
🐛 Use explicit and for filter query (#1772)
We don't want to try to run `tls.params` if the platform is not as expected. Without the and, we will definetly do that as both results will be computed in the block. The block will be true if all items inside are truthy
Configuration menu - View commit details
-
Copy full SHA for cbca9f5 - Browse repository at this point
Copy the full SHA cbca9f5View commit details -
Improve remediations in the Linux policy (#1770)
Cleanup the remediations to follow a more standard pattern Signed-off-by: Tim Smith <tsmith84@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3305c0 - Browse repository at this point
Copy the full SHA b3305c0View commit details
Commits on Aug 8, 2025
-
Add more bash remediations (#1774)
Add some missing bash remediations Signed-off-by: Tim Smith <tsmith84@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f70dae6 - Browse repository at this point
Copy the full SHA f70dae6View commit details
Commits on Aug 11, 2025
-
* ⭐ valid until Introduces the `valid` keyword in policies, which supports setting an `until` value. This allows us to create human-readable policy groups that are configured for a limited time. This is particularly useful when defining temporary exceptions: ``` policies: - uid: example1 name: Example policy 1 groups: - filters: - mql: asset.family.contains('unix') checks: - uid: check-05 title: SSHd should only use very secure ciphers mql: | sshd.config.ciphers.all( _ == /ctr/ ) impact: 95 - type: override title: Exception for strong ciphers until September valid: until: 2025-09-01 checks: - uid: check-05 action: preview ``` Depends on mondoohq/cnquery#5817 * 🧹 fix genai mistakes Signed-off-by: Dominik Richter <dominik.richter@gmail.com> * 🧹 linter suggestion * jays changes * update recalculateAt * update cnquery * update policy checksums * fix tests --------- Signed-off-by: Dominik Richter <dominik.richter@gmail.com> Co-authored-by: Jay Mundrawala <jay@mondoo.com>
Configuration menu - View commit details
-
Copy full SHA for cbbcdc0 - Browse repository at this point
Copy the full SHA cbbcdc0View commit details -
🐛 Don't change score type (#1776)
This turns out to be a breaking change. There's also no need to really do this. Its not going to be counted against any policy and it looked like this was only done for printing reasons Broke in #1754
Configuration menu - View commit details
-
Copy full SHA for 88b2c82 - Browse repository at this point
Copy the full SHA 88b2c82View commit details -
Bump the gomodupdates group across 1 directory with 6 updates (#1777)
Bumps the gomodupdates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.10.1` | `1.11.0` | | [github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus](https://github.com/Azure/azure-sdk-for-go) | `1.9.1` | `1.10.0` | | [github.com/abiosoft/colima](https://github.com/abiosoft/colima) | `0.8.2` | `0.8.4` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.30.2` | `1.30.3` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.85.1` | `1.86.0` | | google.golang.org/protobuf | `1.36.6` | `1.36.7` | Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md) - [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.10.1...sdk/azcore/v1.11.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.9.1...sdk/azcore/v1.10.0) Updates `github.com/abiosoft/colima` from 0.8.2 to 0.8.4 - [Release notes](https://github.com/abiosoft/colima/releases) - [Commits](abiosoft/colima@v0.8.2...v0.8.4) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.30.2 to 1.30.3 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.30.2...v1.30.3) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.85.1 to 1.86.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.85.1...service/s3/v1.86.0) Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7 --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/abiosoft/colima dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.86.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: google.golang.org/protobuf dependency-version: 1.36.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c54af1 - Browse repository at this point
Copy the full SHA 4c54af1View commit details
Commits on Aug 12, 2025
-
🧹 Bump cnquery to v11.67.0 (#1778)
Co-authored-by: Mondoo Tools <tools@mondoo.com>
Configuration menu - View commit details
-
Copy full SHA for c10a34b - Browse repository at this point
Copy the full SHA c10a34bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.66.1...v11.67.0