Skip to content

Commit

Permalink
[SOAR-17528] Palo alto Plugin Refresh (#2740)
Browse files Browse the repository at this point in the history
* SDK Bump

* Reverting Version

* Updating help.md
  • Loading branch information
rmurray-r7 authored and igorski-r7 committed Sep 5, 2024
1 parent a693482 commit f87934e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/palo_alto_cortex_xdr/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "4c4b12beb4b3a96ae6079eeb4876530c",
"spec": "2e275fa7720d4f2670ada9604b1a838f",
"manifest": "a31f3829257215b9a2c7033e63d20449",
"setup": "1de7057327642796416a3bc46dd6fc54",
"schemas": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/palo_alto_cortex_xdr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.0.1
FROM --platform=linux/amd64 rapid7/insightconnect-python-3-slim-plugin:6.1.0

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/palo_alto_cortex_xdr/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Isolate Endpoint fails with 500 error - This will happen if an isolation action

# Version History

* 4.0.0 - `Get Alerts`: Fixed issue where trigger was failing due to empty output fields
* 4.0.0 - `Get Alerts`: Fixed issue where trigger was failing due to empty output fields | SDK Bump to 6.1.0
* 3.0.0 - Updated `hosts` output of `Get Incident` trigger and `Monitor Incident Events` task to separate host values | Update `insightconnect-plugin-runtime` to version 5
* 2.3.0 - Add types `xql_query_result` to `Get XQL Query Results` action's response | Add new trigger `Get Query Results`
* 2.2.1 - Fix issue in Get Incidents trigger where fields with null values were causing trigger to fail
Expand Down
4 changes: 2 additions & 2 deletions plugins/palo_alto_cortex_xdr/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 4.0.0
connection_version: 2
sdk:
type: slim
version: 6.0.1
version: 6.1.0
user: nobody
supported_versions: ["2024-07-15 Palo Alto Cortex XDR API"]
vendor: rapid7
Expand Down Expand Up @@ -37,7 +37,7 @@ key_features:
- "Add files to the block or allow lists"
troubleshooting: "Isolate Endpoint fails with 500 error - This will happen if an isolation action (Isolate or Unisolate) is in progress on the selected endpoint. Wait a few minutes and try again."
version_history:
- "4.0.0 - `Get Alerts`: Fixed issue where trigger was failing due to empty output fields"
- "4.0.0 - `Get Alerts`: Fixed issue where trigger was failing due to empty output fields | SDK Bump to 6.1.0"
- "3.0.0 - Updated `hosts` output of `Get Incident` trigger and `Monitor Incident Events` task to separate host values | Update `insightconnect-plugin-runtime` to version 5"
- "2.3.0 - Add types `xql_query_result` to `Get XQL Query Results` action's response | Add new trigger `Get Query Results`"
- "2.2.1 - Fix issue in Get Incidents trigger where fields with null values were causing trigger to fail"
Expand Down

0 comments on commit f87934e

Please sign in to comment.