From 1bc207637d960d90fa7861a155b36c657f0959dd Mon Sep 17 00:00:00 2001 From: BEAdi <72088126+BEAdi@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:21:24 +0300 Subject: [PATCH 1/3] add empty option --- Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json | 1 + Packs/CommonTypes/ReleaseNotes/3_3_88.md | 4 ++++ Packs/CommonTypes/pack_metadata.json | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Packs/CommonTypes/ReleaseNotes/3_3_88.md diff --git a/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json b/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json index a8fa8f4f59a6..0f4c9fc2a01e 100644 --- a/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json +++ b/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json @@ -17,6 +17,7 @@ "neverSetAsRequired": false, "isReadOnly": false, "selectValues": [ + "", "RED", "AMBER+STRICT", "AMBER", diff --git a/Packs/CommonTypes/ReleaseNotes/3_3_88.md b/Packs/CommonTypes/ReleaseNotes/3_3_88.md new file mode 100644 index 000000000000..45ac622a4131 --- /dev/null +++ b/Packs/CommonTypes/ReleaseNotes/3_3_88.md @@ -0,0 +1,4 @@ + +#### Indicator Fields +##### Traffic Light Protocol +- You can now choose to not assign TLP value (color). diff --git a/Packs/CommonTypes/pack_metadata.json b/Packs/CommonTypes/pack_metadata.json index 4713dd991637..e189b0792c77 100644 --- a/Packs/CommonTypes/pack_metadata.json +++ b/Packs/CommonTypes/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Types", "description": "This Content Pack will get you up and running in no-time and provide you with the most commonly used incident & indicator fields and types.", "support": "xsoar", - "currentVersion": "3.3.87", + "currentVersion": "3.3.88", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", From 89d12cf7c35c97c96d6b72ff7a6e7199913854e9 Mon Sep 17 00:00:00 2001 From: BEAdi <72088126+BEAdi@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:05:14 +0300 Subject: [PATCH 2/3] update RN --- Packs/CommonTypes/.pack-ignore | 1 + Packs/CommonTypes/ReleaseNotes/3_3_88.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Packs/CommonTypes/.pack-ignore b/Packs/CommonTypes/.pack-ignore index 86ea01cf76dd..f457f4fc54b9 100644 --- a/Packs/CommonTypes/.pack-ignore +++ b/Packs/CommonTypes/.pack-ignore @@ -311,3 +311,4 @@ mailto Misconfiguration CloudTrail ThreatCommand +TLP diff --git a/Packs/CommonTypes/ReleaseNotes/3_3_88.md b/Packs/CommonTypes/ReleaseNotes/3_3_88.md index 45ac622a4131..59ed9b9b508c 100644 --- a/Packs/CommonTypes/ReleaseNotes/3_3_88.md +++ b/Packs/CommonTypes/ReleaseNotes/3_3_88.md @@ -1,4 +1,4 @@ #### Indicator Fields ##### Traffic Light Protocol -- You can now choose to not assign TLP value (color). +- You can now choose not to assign a TLP value (color). From de904b6b3a7abf3fc8c05897ec16e6f5f78d3bae Mon Sep 17 00:00:00 2001 From: Adi Bamberger Edri <72088126+BEAdi@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:28:24 +0300 Subject: [PATCH 3/3] Update Packs/CommonTypes/ReleaseNotes/3_3_88.md Co-authored-by: yuvalbenshalom --- Packs/CommonTypes/ReleaseNotes/3_3_88.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/CommonTypes/ReleaseNotes/3_3_88.md b/Packs/CommonTypes/ReleaseNotes/3_3_88.md index 59ed9b9b508c..88403d14eae0 100644 --- a/Packs/CommonTypes/ReleaseNotes/3_3_88.md +++ b/Packs/CommonTypes/ReleaseNotes/3_3_88.md @@ -1,4 +1,4 @@ #### Indicator Fields ##### Traffic Light Protocol -- You can now choose not to assign a TLP value (color). +- Fixed an issue where it was not possible to leave an empty TLP value (color).