Skip to content

Commit

Permalink
findingsID change and new alert APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbiMano4688 committed Oct 30, 2023
1 parent fb94e44 commit 775bf4b
Show file tree
Hide file tree
Showing 3 changed files with 4,595 additions and 6 deletions.
60 changes: 54 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 @@ -1282,7 +1292,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 +1324,10 @@
"iam",
"workload_vulnerability",
"workload_incident",
"waas_event",
"attack_path"
"api",
"attack_path",
"malware",
"grayware"
],
"type": "string"
},
Expand Down Expand Up @@ -1481,7 +1506,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 +1538,10 @@
"iam",
"workload_vulnerability",
"workload_incident",
"waas_event",
"attack_path"
"api",
"attack_path",
"malware",
"grayware"
],
"type": "string"
},
Expand Down Expand Up @@ -3934,6 +3974,14 @@
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "findingId",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
Expand Down
Loading

0 comments on commit 775bf4b

Please sign in to comment.