Skip to content

Commit 149e3c9

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

File tree

4 files changed

+359
-155
lines changed

4 files changed

+359
-155
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-08-06 16:40:52.481640",
8-
"spec_repo_commit": "f391bf65"
7+
"regenerated": "2025-08-06 17:44:35.172252",
8+
"spec_repo_commit": "a6f5281a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-08-06 16:41:02.590215",
13-
"spec_repo_commit": "f391bf65"
12+
"regenerated": "2025-08-06 17:44:45.458849",
13+
"spec_repo_commit": "a6f5281a"
1414
}
1515
}
1616
}

data/api/v2/full_spec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34420,7 +34420,7 @@ components:
3442034420
rule types application_code_vulnerability,
3442134421

3442234422
application_library_vulnerability, attack_path, container_image_vulnerability,
34423-
identity_risk, misconfiguration, and api_security.'
34423+
identity_risk, misconfiguration, api_security, host_vulnerability and iac_misconfiguration.'
3442434424
enum:
3442534425
- application_security
3442634426
- log_detection
@@ -34435,6 +34435,8 @@ components:
3443534435
- identity_risk
3443634436
- misconfiguration
3443734437
- api_security
34438+
- host_vulnerability
34439+
- iac_misconfiguration
3443834440
type: string
3443934441
x-enum-varnames:
3444034442
- APPLICATION_SECURITY
@@ -34450,6 +34452,8 @@ components:
3445034452
- IDENTITY_RISK
3445134453
- MISCONFIGURATION
3445234454
- API_SECURITY
34455+
- HOST_VULNERABILITY
34456+
- IAC_MISCONFIGURATION
3445334457
RuleUser:
3445434458
description: User creating or modifying a rule.
3445534459
properties:

0 commit comments

Comments
 (0)