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

Spellcheck + dep bump #415

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
22 changes: 21 additions & 1 deletion .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
# Mondoo PR links
\bhttps:\/\/github.com\/mondoohq\/.*\/pull\/\d*

#
# Overly formal style
#

# s.b. Whether
\bIndicates whether\b
\bIndicates if\b
\bIndicates\b
\bWhether or not\b
\bDenotes if\b

#
# Terms to avoid
#
Expand Down Expand Up @@ -204,7 +215,7 @@

# s.b. SentinelOne
\bSentinal[Oo]ne\b
\bSentinelone\b
\bSentin[ae]lone\b
\bSentin[ae]l One\b

# s.b. CrowdStrike
Expand All @@ -214,6 +225,15 @@
# s.b. Zendesk
\bZenDesk\b

# s.b. ServiceNow
\bService Now\b
\bServicenow\b

# disabled due to docs false positives
# s.b. name server
# \bnameserver\b
# \bnameservers\b

#
# Kubernetes Terms
#
Expand Down
2 changes: 1 addition & 1 deletion releases/2021-12-07-mondoo-5.17.1-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ community channel if you need it for standalone certificates as well!
Additionally, we added tests for a few TLS extensions. Amongst others, we now
support 3 extensions:

- `server_name` Indicates that the serve supports [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication).
- `server_name` Whether the serve supports [Server Name Indication (SNI)](https://en.wikipedia.org/wiki/Server_Name_Indication).
misterpantz marked this conversation as resolved.
Show resolved Hide resolved
You can access all SNI certificates via the `certificates` field and non-SNI
certificates via `nonSniCertificates`
- `fake_server_name` When a fake SNI name is sent to the server, this indicates
Expand Down
90 changes: 45 additions & 45 deletions releases/2023-10-05-mondoo-9.0-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,33 +118,33 @@ What fun is a Mondoo release without new resources and fields to secure your inf

#### `aws.ec2.instance`

- New `httpEndpoint` property: Status of the IMDS endpoint enabled on the instance
- New `stateTransitionTime` property: Time when the last state transition occurred
- New `httpEndpoint` field: Status of the IMDS endpoint enabled on the instance
- New `stateTransitionTime` field: Time when the last state transition occurred

#### `aws.elb`

- New `createdTime` property: Date the load balancer was created
- New `vpcID` property: The ID of the VPC where the load balancer is located
- New `createdTime` field: Date the load balancer was created
- New `vpcID` field: The ID of the VPC where the load balancer is located

#### `aws.rds.dbInstances`

- Improve default values for use in `cnquery shell`
- New `storageAllocated` property: The amount of storage, in GiB, provisioned on the instance
- New `storageIops` property: The storage IOPS provisioned on the instance
- New `storageType` property: The type of storage provisioned on the instance
- New `availabilityZone` property: Availability zone where the instance exists
- New `engineVersion` property: The version of the database engine for this DB instance
- New `createdTime` property: The creation date of the RDS instance
- New `storageAllocated` field: The amount of storage, in GiB, provisioned on the instance
- New `storageIops` field: The storage IOPS provisioned on the instance
- New `storageType` field: The type of storage provisioned on the instance
- New `availabilityZone` field: Availability zone where the instance exists
- New `engineVersion` field: The version of the database engine for this DB instance
- New `createdTime` field: The creation date of the RDS instance

#### `aws.s3.bucket`

- New `createdTime` property: Date the bucket was created
- New `createdTime` field: Date the bucket was created

#### `aws.vpc`

- Fix `routeTables` to return the correct values for the VPC
- New `cidrBlock` property: IPv4 CIDR block of the VPC
- New `instanceTenancy` property: How instance hardware tenancy settings are enforced on instances launched in this VPC
- New `cidrBlock` field: IPv4 CIDR block of the VPC
- New `instanceTenancy` field: How instance hardware tenancy settings are enforced on instances launched in this VPC
- New `endpoints` subresource with additional fields:
- `id`: Unique ID of the endpoint
- `type`: Type of the endpoint
Expand All @@ -161,65 +161,65 @@ What fun is a Mondoo release without new resources and fields to secure your inf

#### `azure.subscription.monitorService.activityLog`

- New `subscriptionId` property: The subscription identifier
- New `subscriptionId` field: The subscription identifier

#### `azure.subscription.monitorService.diagnosticsetting`

- New `storageAccountId` property: ID of the diagnostic setting storage account
- New `storageAccountId` field: ID of the diagnostic setting storage account

#### `azure.subscription.monitorService.logprofile`

- New `storageAccountId` property: ID of the log profile storage account
- New `storageAccountId` field: ID of the log profile storage account

#### `github.organization`

- New `membersCanForkPrivateRepos` property: Whether members can fork private repositories to their own GitHub account
- New `membersCanForkPrivateRepos` field: Whether members can fork private repositories to their own GitHub account

#### `github.repository`

- New `hasDiscussions` property: Whether the repository has discussions
- New `isTemplate` property: Whether the repository is an organization repository template
- New `hasDiscussions` field: Whether the repository has discussions
- New `isTemplate` field: Whether the repository is an organization repository template

#### `gitlab.project`

- New `allowMergeOnSkippedPipeline` property: Allow merging merge requests when a pipeline is skipped
- New `archived` property: Is the project archived?
- New `autoDevopsEnabled` property: Is the Auto DevOps feature enabled?
- New `containerRegistryEnabled` property: Is the container registry feature enabled?
- New `createdAt` property: Create date of the project
- New `defaultBranch` property: Default git branch
- New `emailsDisabled` property: Disable project email notifications
- New `fullName` property: The full name of the project, including the namespace
- New `issuesEnabled` property: Is the issues feature enabled?
- New `mergeRequestsEnabled` property: Is the merge request feature enabled?
- New `mirror` property: Is the project a mirror?
- New `onlyAllowMergeIfAllDiscussionsAreResolved` property: Only allow merging merge requests if all discussions are resolved
- New `onlyAllowMergeIfPipelineSucceeds` property: Only allow merging merge requests if the pipelines succeed
- New `packagesEnabled` property: Is the packages feature enabled?
- New `requirementsEnabled` property: Is the requirements feature enabled?
- New `serviceDeskEnabled` property: Is the Service Desk feature enabled?
- New `snippetsEnabled` property: Is the snippets feature enabled?
- New `webURL` property: URL of the project
- New `wikiEnabled` property: Is the wiki feature enabled?
- New `allowMergeOnSkippedPipeline` field: Allow merging merge requests when a pipeline is skipped
- New `archived` field: Is the project archived?
- New `autoDevopsEnabled` field: Is the Auto DevOps feature enabled?
- New `containerRegistryEnabled` field: Is the container registry feature enabled?
- New `createdAt` field: Create date of the project
- New `defaultBranch` field: Default git branch
- New `emailsDisabled` field: Disable project email notifications
- New `fullName` field: The full name of the project, including the namespace
- New `issuesEnabled` field: Is the issues feature enabled?
- New `mergeRequestsEnabled` field: Is the merge request feature enabled?
- New `mirror` field: Is the project a mirror?
- New `onlyAllowMergeIfAllDiscussionsAreResolved` field: Only allow merging merge requests if all discussions are resolved
- New `onlyAllowMergeIfPipelineSucceeds` field: Only allow merging merge requests if the pipelines succeed
- New `packagesEnabled` field: Is the packages feature enabled?
- New `requirementsEnabled` field: Is the requirements feature enabled?
- New `serviceDeskEnabled` field: Is the Service Desk feature enabled?
- New `snippetsEnabled` field: Is the snippets feature enabled?
- New `webURL` field: URL of the project
- New `wikiEnabled` field: Is the wiki feature enabled?

#### `gitlab.group`

- New `emailsDisabled` property: Disable group email notifications
- New `preventForkingOutsideGroup` property: Don't allow forking projects outside this group
- New `mentionsDisabled` property: Disable group mentions within issues and merge requests
- New `webURL` property: URL of the group
- New `emailsDisabled` field: Disable group email notifications
- New `preventForkingOutsideGroup` field: Don't allow forking projects outside this group
- New `mentionsDisabled` field: Disable group mentions within issues and merge requests
- New `webURL` field: URL of the group

#### `k8s.namespace`

- New `kind` property: Kubernetes object type
- New `kind` field: Kubernetes object type

#### `rsyslog.conf`

- New `path` property: Path for the main rsyslog file and search
- New `path` field: Path for the main rsyslog file and search

#### `terraform.settings`

- New `backend` property: Backend configuration information
- New `backend` field: Backend configuration information

### Improved query packs

Expand Down
10 changes: 5 additions & 5 deletions releases/2023-10-16-mondoo-9.2-is-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,17 @@ Azure networking resources continue to receive updates to expose critical inform

#### azure.subscription.networkService.virtualNetworkGateway.ipConfig

- New `publicIpAddress` property: The public IP address associated with this IP configuration
- New `publicIpAddress` field: The public IP address associated with this IP configuration

#### azure.subscription.networkService.natGateway

- New `publicIpAddresses` property: List of public IP addresses the NAT gateway is associated with
- New `publicIpAddresses` field: List of public IP addresses the NAT gateway is associated with

#### azure.subscription.networkService.virtualNetwork

- New `dhcpOptions` property: Virtual network DHCP options
- New `enableDdosProtection` property: Indicates if DDoS protection is enabled for all the protected resources in the virtual network.
- New `enableVmProtection` property: Indicates if VM protection is enabled for all the subnets in the virtual network
- New `dhcpOptions` field: Virtual network DHCP options
- New `enableDdosProtection` field: Whether DDoS protection is enabled for all the protected resources in the virtual network
- New `enableVmProtection` field: Whether VM protection is enabled for all the subnets in the virtual network

### More AWS console links

Expand Down
Loading
Loading