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

Darwin 23.11.1 #535

Merged
merged 10 commits into from
Nov 3, 2023
64 changes: 58 additions & 6 deletions openapi-specs/cspm/Alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,16 @@
"format": "int64",
"type": "integer"
},
"appMetadata": {
"description": "Application Metadata from AppDna",
"items": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"type": "array"
},
"dismissalDuration": {
"description": "Dismissal Duration",
"type": "string"
Expand Down Expand Up @@ -606,6 +616,10 @@
}
]
},
"findingId": {
"description": "Policy Id to remediate finding for an attack path alert",
"type": "string"
},
"policies": {
"description": "List of policy IDs. A single policy ID is required if no alerts are specified.",
"items": {
Expand Down Expand Up @@ -1282,7 +1296,20 @@
"ueba",
"permissions",
"network_config",
"identity"
"identity",
"sensitive_data_exposure",
"internet_exposure",
"injections",
"vulnerability_scanning",
"shellshock",
"known_bots",
"unknown_bots",
"virtual_patches",
"event",
"misconfig_and_event",
"misconfig",
"host",
"container_image"
],
"type": "string"
},
Expand All @@ -1301,8 +1328,10 @@
"iam",
"workload_vulnerability",
"workload_incident",
"waas_event",
"attack_path"
"api",
"attack_path",
"malware",
"grayware"
],
"type": "string"
},
Expand Down Expand Up @@ -1481,7 +1510,20 @@
"ueba",
"permissions",
"network_config",
"identity"
"identity",
"sensitive_data_exposure",
"internet_exposure",
"injections",
"vulnerability_scanning",
"shellshock",
"known_bots",
"unknown_bots",
"virtual_patches",
"event",
"misconfig_and_event",
"misconfig",
"host",
"container_image"
],
"type": "string"
},
Expand All @@ -1500,8 +1542,10 @@
"iam",
"workload_vulnerability",
"workload_incident",
"waas_event",
"attack_path"
"api",
"attack_path",
"malware",
"grayware"
],
"type": "string"
},
Expand Down Expand Up @@ -3934,6 +3978,14 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "findingId",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down
Loading
Loading