Skip to content

Commit 8f78178

Browse files
committed
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.
1 parent 9248a8a commit 8f78178

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

MANIFEST.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,16 @@
313313
"name": "iep",
314314
"version": 2
315315
},
316+
{
317+
"description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) v2.0 Policy",
318+
"name": "iep2-policy",
319+
"version": 1
320+
},
321+
{
322+
"description": "Forum of Incident Response and Security Teams (FIRST) Information Exchange Policy (IEP) v2.0 Reference",
323+
"name": "iep2-reference",
324+
"version": 1
325+
},
316326
{
317327
"description": "The IFX taxonomy is used to categorise information (MISP events and attributes) to aid in the intelligence vetting process",
318328
"name": "ifx-vetting",
@@ -545,5 +555,5 @@
545555
}
546556
],
547557
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
548-
"version": "20191211"
558+
"version": "20200109"
549559
}

iep2-policy/machinetag.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"predicate": "iep_version",
102102
"entry": [
103103
{
104-
"value": 2.0,
104+
"value": "2.0",
105105
"expanded": "The IEP version value must be 2.0"
106106
}
107107
]

iep2-reference/machinetag.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"predicate": "iep_version",
4343
"entry": [
4444
{
45-
"value": 2.0,
45+
"value": "2.0",
4646
"expanded": "The IEP version value must be 2.0"
4747
}
4848
]

0 commit comments

Comments
 (0)