From 10fe2ebeb5bb463a1aa2029d1d5ce3bcf01a2985 Mon Sep 17 00:00:00 2001 From: jwilkes Date: Fri, 27 Oct 2023 11:25:48 -0400 Subject: [PATCH] description changes and bump --- Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml | 6 +++--- Packs/Core/ReleaseNotes/{2_0_21.md => 2_1_1.md} | 0 Packs/Core/pack_metadata.json | 2 +- Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename Packs/Core/ReleaseNotes/{2_0_21.md => 2_1_1.md} (100%) diff --git a/Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml b/Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml index 41b4579e9fbf..3fbb9f7da0dc 100644 --- a/Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml +++ b/Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml @@ -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 diff --git a/Packs/Core/ReleaseNotes/2_0_21.md b/Packs/Core/ReleaseNotes/2_1_1.md similarity index 100% rename from Packs/Core/ReleaseNotes/2_0_21.md rename to Packs/Core/ReleaseNotes/2_1_1.md diff --git a/Packs/Core/pack_metadata.json b/Packs/Core/pack_metadata.json index 25a25c904110..1bb9df41edc1 100644 --- a/Packs/Core/pack_metadata.json +++ b/Packs/Core/pack_metadata.json @@ -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": "", diff --git a/Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml b/Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml index 2bb01a6e40b8..30c447b975ea 100644 --- a/Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml +++ b/Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml @@ -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