From 8579b332dc8221e175adb29246a3e8faed531336 Mon Sep 17 00:00:00 2001 From: Timor Eizenman <50326704+teizenman@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:53:29 +0300 Subject: [PATCH] Default value none (#8984) --- Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json | 3 ++- Packs/CommonTypes/ReleaseNotes/1_9_6.md | 4 ++++ Packs/CommonTypes/pack_metadata.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 Packs/CommonTypes/ReleaseNotes/1_9_6.md diff --git a/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json b/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json index 162949eb9ee8..c04f3749cb31 100644 --- a/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json +++ b/Packs/CommonTypes/IndicatorFields/incidentfield-tlp.json @@ -22,6 +22,7 @@ "neverSetAsRequired": false, "isReadOnly": false, "selectValues": [ + "", "RED", "AMBER", "GREEN", @@ -48,4 +49,4 @@ "breachScript": "", "validatedError": "", "fromVersion": "5.5.0" -} \ No newline at end of file +} diff --git a/Packs/CommonTypes/ReleaseNotes/1_9_6.md b/Packs/CommonTypes/ReleaseNotes/1_9_6.md new file mode 100644 index 000000000000..45ac622a4131 --- /dev/null +++ b/Packs/CommonTypes/ReleaseNotes/1_9_6.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 5db2a69ad6ec..7167ea929f88 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": "1.9.5", + "currentVersion": "1.9.6", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",