From 8f78178f96b317040008f3698fa6a8307308b6d4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 9 Jan 2020 11:35:46 +0100 Subject: [PATCH] chg: [iep2] MANIFEST updated, set version value to string (all are strings in taxonomies) Notes: $text feature is something not implemented currently in MISP (IEP is the only taxonomy having variable values). Maybe having a set of police like SPDX license module would help to have more generic agreement. --- MANIFEST.json | 12 +++++++++++- iep2-policy/machinetag.json | 2 +- iep2-reference/machinetag.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/MANIFEST.json b/MANIFEST.json index a7a4c6d..0f430ea 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -313,6 +313,16 @@ "name": "iep", "version": 2 }, + { + "description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) v2.0 Policy", + "name": "iep2-policy", + "version": 1 + }, + { + "description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) v2.0 Reference", + "name": "iep2-reference", + "version": 1 + }, { "description": "The IFX taxonomy is used to categorise information (MISP events and attributes) to aid in the intelligence vetting process", "name": "ifx-vetting", @@ -545,5 +555,5 @@ } ], "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/", - "version": "20191211" + "version": "20200109" } diff --git a/iep2-policy/machinetag.json b/iep2-policy/machinetag.json index 7aae6ec..4c31be6 100644 --- a/iep2-policy/machinetag.json +++ b/iep2-policy/machinetag.json @@ -101,7 +101,7 @@ "predicate": "iep_version", "entry": [ { - "value": 2.0, + "value": "2.0", "expanded": "The IEP version value must be 2.0" } ] diff --git a/iep2-reference/machinetag.json b/iep2-reference/machinetag.json index 242957f..e9a7bb8 100644 --- a/iep2-reference/machinetag.json +++ b/iep2-reference/machinetag.json @@ -42,7 +42,7 @@ "predicate": "iep_version", "entry": [ { - "value": 2.0, + "value": "2.0", "expanded": "The IEP version value must be 2.0" } ]