Skip to content

Commit dc568e9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Support Host and IaC finding types in security notifications (#2584)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent aead0a0 commit dc568e9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "f391bf6",
3-
"generated": "2025-08-06 15:14:10.931"
2+
"spec_repo_commit": "a6f5281",
3+
"generated": "2025-08-06 17:43:12.388"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33749,7 +33749,7 @@ components:
3374933749
rule types application_code_vulnerability,
3375033750

3375133751
application_library_vulnerability, attack_path, container_image_vulnerability,
33752-
identity_risk, misconfiguration, and api_security.'
33752+
identity_risk, misconfiguration, api_security, host_vulnerability and iac_misconfiguration.'
3375333753
enum:
3375433754
- application_security
3375533755
- log_detection
@@ -33764,6 +33764,8 @@ components:
3376433764
- identity_risk
3376533765
- misconfiguration
3376633766
- api_security
33767+
- host_vulnerability
33768+
- iac_misconfiguration
3376733769
type: string
3376833770
x-enum-varnames:
3376933771
- APPLICATION_SECURITY
@@ -33779,6 +33781,8 @@ components:
3377933781
- IDENTITY_RISK
3378033782
- MISCONFIGURATION
3378133783
- API_SECURITY
33784+
- HOST_VULNERABILITY
33785+
- IAC_MISCONFIGURATION
3378233786
RuleUser:
3378333787
description: User creating or modifying a rule.
3378433788
properties:

lib/datadog_api_client/v2/models/rule_types_items.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module DatadogAPIClient::V2
2121
# Signal-based notification rules can filter signals based on rule types application_security, log_detection,
2222
# workload_security, signal_correlation, cloud_configuration and infrastructure_configuration.
2323
# Vulnerability-based notification rules can filter vulnerabilities based on rule types application_code_vulnerability,
24-
# application_library_vulnerability, attack_path, container_image_vulnerability, identity_risk, misconfiguration, and api_security.
24+
# application_library_vulnerability, attack_path, container_image_vulnerability, identity_risk, misconfiguration, api_security, host_vulnerability and iac_misconfiguration.
2525
class RuleTypesItems
2626
include BaseEnumModel
2727

@@ -38,5 +38,7 @@ class RuleTypesItems
3838
IDENTITY_RISK = "identity_risk".freeze
3939
MISCONFIGURATION = "misconfiguration".freeze
4040
API_SECURITY = "api_security".freeze
41+
HOST_VULNERABILITY = "host_vulnerability".freeze
42+
IAC_MISCONFIGURATION = "iac_misconfiguration".freeze
4143
end
4244
end

0 commit comments

Comments
 (0)