Skip to content

Commit

Permalink
description changes and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnywilkes committed Oct 27, 2023
1 parent abe8312 commit 10fe2eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml
Expand Up @@ -100,12 +100,12 @@ script:
isArray: true
name: dist_name
- description: |-
A comma-separated list of IP addresses.
Example: 8.8.8.8,1.1.1.1.
A comma-separated list of private IP addresses.
Example: 10.1.1.1,192.168.1.1.
isArray: true
name: ip_list
- description: |-
A comma-separated list of Public IP addresses.
A comma-separated list of public IP addresses that correlate to the last IPv4 address from which the XDR agent connected (know as `Last Origin IP`).
Example: 8.8.8.8,1.1.1.1.
isArray: true
name: public_ip_list
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "2.0.21",
"currentVersion": "2.1.1",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
6 changes: 3 additions & 3 deletions Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml
Expand Up @@ -776,12 +776,12 @@ script:
isArray: true
name: dist_name
- description: |-
A comma-separated list of IP addresses.
Example: 8.8.8.8,1.1.1.1.
A comma-separated list of private IP addresses.
Example: 10.1.1.1,192.168.1.1.
isArray: true
name: ip_list
- description: |-
A comma-separated list of public IP addresses.
A comma-separated list of public IP addresses that correlate to the last IPv4 address from which the XDR agent connected (know as `Last Origin IP`).
Example: 8.8.8.8,1.1.1.1.
isArray: true
name: public_ip_list
Expand Down

0 comments on commit 10fe2eb

Please sign in to comment.