Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 11.6 release notes #183

Merged
merged 14 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ cdzrr
Ceph
certificatechains
cfee
cfeed
cgr
chainguard
cim
classname
clientid
cloudlinux
cloudtrails
Clusterwide
Clw
Expand All @@ -83,7 +83,6 @@ crcsmnky
credentialreport
crowdsource
cryptokey
currencyservice
customresources
cvmsroot
cyclonedx
Expand Down Expand Up @@ -117,7 +116,6 @@ enableforcedlogoff
enablesecuritysignature
ERXy
Eso
euleros
EXAMPLEKEY
exo
EXTERNALID
Expand Down Expand Up @@ -190,7 +188,6 @@ labelmatchstatement
lappy
libwebsockets
linux
linuxmint
logd
logfiles
loggingservice
Expand All @@ -202,9 +199,6 @@ lun
managedrulegroupstatement
managedzone
MANIFESTFILE
manjaro
marsrover
mati
maxbackup
maxsize
Mbeze
Expand Down Expand Up @@ -240,7 +234,6 @@ newkey
nginx
Nlcy
noarch
nodegroup
nodepool
NSIs
NSUl
Expand All @@ -252,8 +245,6 @@ ocid
OFafff
openssh
openssl
opensuse
oraclelinux
orstatement
osoverview
OTIy
Expand Down Expand Up @@ -287,7 +278,6 @@ requiresecuritysignature
resourcegroup
restrictnullsessaccess
Rfi
rhcos
rhel
RLBUE
rmcfv
Expand Down Expand Up @@ -333,11 +323,11 @@ Tdej
teamsmeetingpolicyconfig
tenantfederationconfig
testcase
testdata
testname
testring
testsuite
tfblock
thm
tmpkqyme
toplevel
tpu
Expand Down
7 changes: 4 additions & 3 deletions docs/cnquery/cnquery-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ cnquery can request information from:
| Target | Provider | Example |
| ----------------------------- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| AWS accounts | `aws` | `cnquery shell aws` |
| AWS EC2 instances | `ssh` | `cnquery shell ssh user@host` |
| AWS EC2 Instance Connect | `aws ec2 instance-connect` | `cnquery shell aws ec2 instance-connect ec2-user@INSTANCEID` |
| AWS CloudFormation templates | `cloudformation` | `cnquery shell cloudformation cloudformation_file.json` |
| AWS EC2 EBS snapshot | `aws ec2 ebs snapshot` | `cnquery shell aws ec2 ebs snapshot SNAPSHOTID` |
| AWS EC2 EBS volume | `aws ec2 ebs volume` | `cnquery shell aws ec2 ebs volume VOLUMEID` |
| AWS EC2 Instance Connect | `aws ec2 instance-connect` | `cnquery shell aws ec2 instance-connect ec2-user@INSTANCEID` |
| AWS EC2 instances | `ssh` | `cnquery shell ssh user@host` |
| Container images | `container`, `docker` | `cnquery shell container ubuntu:latest` |
| Container registries | `container registry` | `cnquery shell container registry index.docker.io/library/rockylinux:8 ` |
| DNS records | `host` | `cnquery shell host mondoo.com` |
Expand All @@ -32,8 +33,8 @@ cnquery can request information from:
| Linux hosts | `local`, `ssh` | `cnquery shell local` or<br></br>`cnquery shell ssh user@host` |
| macOS hosts | `local`, `ssh` | `cnquery shell local` or<br></br>`cnquery shell ssh user@IP_ADDRESS` |
| Microsoft 365 accounts | `ms365` | `cnquery shell ms365 --tenant-id TENANT_ID --client-id CLIENT_ID --certificate-path PFX_FILE` |
| Microsoft Azure subscriptions | `azure` | `cnquery shell azure --subscription SUBSCRIPTION_ID` |
| Microsoft Azure instances | `ssh` | `cnquery shell ssh user@host` |
| Microsoft Azure subscriptions | `azure` | `cnquery shell azure --subscription SUBSCRIPTION_ID` |
| Okta org | `okta` | `cnquery shell okta --token TOKEN --organization ORGANIZATION` |
| Oracle Cloud Interface (OCI) | `oci` | `cnquery shell oci` |
| Running containers | `docker` | `cnquery shell docker CONTAINER_ID` |
Expand Down
2 changes: 1 addition & 1 deletion docs/cnquery/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ These are the available cnquery providers:

| Provider | Target |
| ---------------- | ----------------------------------------- |
| arista | Arista |
| arista | Arista network devices |
| atlassian | Atlassian Cloud |
| aws | Amazon Web Services |
| azure | Microsoft Azure |
Expand Down
7 changes: 4 additions & 3 deletions docs/cnspec/cnspec-supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ cnquery can request information from:
| Target | Provider | Example |
| ----------------------------- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| AWS accounts | `aws` | `cnspec scan aws` |
| AWS EC2 instances | `ssh` | `cnspec scan ssh user@host` |
| AWS EC2 Instance Connect | `aws ec2 instance-connect` | `cnspec scan aws ec2 instance-connect ec2-user@INSTANCEID` |
| AWS CloudFormation templates | `cloudformation` | `cnspec scan cloudformation cloudformation_file.json` |
| AWS EC2 EBS snapshot | `aws ec2 ebs snapshot` | `cnspec scan aws ec2 ebs snapshot SNAPSHOTID` |
| AWS EC2 EBS volume | `aws ec2 ebs volume` | `cnspec scan aws ec2 ebs volume VOLUMEID` |
| AWS EC2 Instance Connect | `aws ec2 instance-connect` | `cnspec scan aws ec2 instance-connect ec2-user@INSTANCEID` |
| AWS EC2 instances | `ssh` | `cnspec scan ssh user@host` |
| Container images | `container`, `docker` | `cnspec scan container ubuntu:latest` |
| Container registries | `container registry` | `cnspec scan container registry index.docker.io/library/rockylinux:8 ` |
| DNS records | `host` | `cnspec scan host mondoo.com` |
Expand All @@ -32,8 +33,8 @@ cnquery can request information from:
| Linux hosts | `local`, `ssh` | `cnspec scan local` or<br></br>`cnspec scan ssh user@host` |
| macOS hosts | `local`, `ssh` | `cnspec scan local` or<br></br>`cnspec scan ssh user@IP_ADDRESS` |
| Microsoft 365 accounts | `ms365` | `cnspec scan ms365 --tenant-id TENANT_ID --client-id CLIENT_ID --certificate-path PFX_FILE` |
| Microsoft Azure subscriptions | `azure` | `cnspec scan azure --subscription SUBSCRIPTION_ID` |
| Microsoft Azure instances | `ssh` | `cnspec scan ssh user@host` |
| Microsoft Azure subscriptions | `azure` | `cnspec scan azure --subscription SUBSCRIPTION_ID` |
| Okta org | `okta` | `cnspec shell okta --token TOKEN --organization ORGANIZATION` |
| Oracle Cloud Interface (OCI) | `oci` | `cnspec shell oci` |
| Running containers | `docker` | `cnspec scan docker CONTAINER_ID` |
Expand Down
3 changes: 2 additions & 1 deletion docs/mql/resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ The network pack includes resources for querying assets like host names and chec
These specialized packs let you deep-dive into attributes unique to the platforms:

- [Amazon Web Services (AWS) resource pack](./aws-pack)
- [Atlassian resource pack](./atlassian-pack)
- [Amazon Web Services (AWS) CloudFormation IaC resource pack](./cloudformation-pack)
- [Arista resource pack](./arista-pack)
- [Atlassian resource pack](./atlassian-pack)
- [Azure resource pack](./azure-pack)
- [Equinix Metal resource pack](./equinix-pack)
- [GitHub resource pack](./github-pack)
Expand Down
4 changes: 2 additions & 2 deletions docs/mql/resources/aws-pack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ Resources included in this pack:
| [aws.sns](aws.sns.md) | AWS Simple Notification Service (SNS) |
| [aws.sns.subscription](aws.sns.subscription.md) | AWS Simple Notification Service (SNS) subscription |
| [aws.sns.topic](aws.sns.topic.md) | AWS Simple Notification Service (SNS) topic |
| [aws.sqs](aws.sqs.md) | Amazon SQS |
| [aws.sqs.queue](aws.sqs.queue.md) | Amazon SQS Queue |
| [aws.sqs](aws.sqs.md) | Amazon Simple Queue Service (SQS) |
| [aws.sqs.queue](aws.sqs.queue.md) | Amazon Simple Queue Service (SQS) Queue |
| [aws.ssm](aws.ssm.md) | Amazon Systems Manager |
| [aws.ssm.instance](aws.ssm.instance.md) | Amazon SSM instance |
| [aws.ssm.parameter](aws.ssm.parameter.md) | Amazon SSM parameter |
Expand Down
10 changes: 5 additions & 5 deletions docs/mql/resources/aws-pack/aws.sqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: aws.sqs
id: aws.sqs
sidebar_label: aws.sqs
displayed_sidebar: MQL
description: Amazon SQS
description: Amazon Simple Queue Service (SQS)
---

# aws.sqs
Expand All @@ -14,10 +14,10 @@ description: Amazon SQS

**Description**

Amazon SQS
Amazon Simple Queue Service (SQS)

**Fields**

| ID | TYPE | DESCRIPTION |
| ------ | ------------------------------------------- | ---------------------- |
| queues | &#91;&#93;[aws.sqs.queue](aws.sqs.queue.md) | List of AWS SQS queues |
| ID | TYPE | DESCRIPTION |
| ------ | ------------------------------------------- | ------------------------- |
| queues | &#91;&#93;[aws.sqs.queue](aws.sqs.queue.md) | List of Amazon SQS queues |
8 changes: 4 additions & 4 deletions docs/mql/resources/aws-pack/aws.sqs.queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: aws.sqs.queue
id: aws.sqs.queue
sidebar_label: aws.sqs.queue
displayed_sidebar: MQL
description: Amazon SQS Queue
description: Amazon Simple Queue Service (SQS) Queue
---

# aws.sqs.queue
Expand All @@ -14,7 +14,7 @@ description: Amazon SQS Queue

**Description**

Amazon SQS Queue
Amazon Simple Queue Service (SQS) Queue

**Fields**

Expand All @@ -31,7 +31,7 @@ Amazon SQS Queue
| messageRetentionPeriodSeconds | int | Time in seconds the queue retains messages |
| receiveMessageWaitTimeSeconds | int | Time in seconds the queue waits for messages |
| region | string | Region for the queue |
| sqsManagedSseEnabled | bool | True if SSE is enabled for the queue |
| queueType | string | Fifo or Standard |
| sqsManagedSseEnabled | bool | Whether SSE is enabled for the queue |
| queueType | string | The type of queue: Fifo or Standard |
| url | string | URL for the queue |
| visibilityTimeoutSeconds | int | Visibility timeout for the queue |
19 changes: 19 additions & 0 deletions docs/mql/resources/cloudformation-pack/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: AWS CloudFormation Resource Pack - MQL Resources
id: aws.cloudformation.pack
sidebar_label: AWS CloudFormation Resource Pack
displayed_sidebar: MQL
description: The AWS CloudFormation resource pack lets you use MQL to query and assess the security of your AWS CloudFormation.
---

# Mondoo AWS CloudFormation Resource Pack Reference

The AWS CloudFormation resource pack lets you use MQL to query and assess the security of your AWS CloudFormation.

Resources included in this pack:

| ID | DESCRIPTION |
| ----------------------------------------------------- | --------------------------- |
| [cloudformation.output](cloudformation.output.md) | AWS CloudFormation Output |
| [cloudformation.resource](cloudformation.resource.md) | AWS CloudFormation Resource |
| [cloudformation.template](cloudformation.template.md) | AWS CloudFormation Template |
20 changes: 20 additions & 0 deletions docs/mql/resources/cloudformation-pack/cloudformation.output.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: cloudformation.output
id: cloudformation.output
sidebar_label: cloudformation.output
displayed_sidebar: MQL
description: AWS CloudFormation Output
---

# cloudformation.output

**Description**

AWS CloudFormation Output

**Fields**

| ID | TYPE | DESCRIPTION |
| ---------- | --------------- | ----------------- |
| name | string | Output name |
| properties | map[string]dict | Output properties |
24 changes: 24 additions & 0 deletions docs/mql/resources/cloudformation-pack/cloudformation.resource.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: cloudformation.resource
id: cloudformation.resource
sidebar_label: cloudformation.resource
displayed_sidebar: MQL
description: AWS CloudFormation Resource
---

# cloudformation.resource

**Description**

AWS CloudFormation Resource

**Fields**

| ID | TYPE | DESCRIPTION |
| ------------- | --------------- | -------------------------- |
| name | string | Resource name |
| type | string | Resource type |
| condition | string | Resource condition |
| documentation | string | Resource documentation URL |
| attributes | map[string]dict | Resource attributes |
| properties | map[string]dict | Resource properties |
Loading
Loading