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.pull/177/head
parent
9248a8a65d
commit
8f78178f96
|
@ -313,6 +313,16 @@
|
||||||
"name": "iep",
|
"name": "iep",
|
||||||
"version": 2
|
"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",
|
"description": "The IFX taxonomy is used to categorise information (MISP events and attributes) to aid in the intelligence vetting process",
|
||||||
"name": "ifx-vetting",
|
"name": "ifx-vetting",
|
||||||
|
@ -545,5 +555,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||||
"version": "20191211"
|
"version": "20200109"
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"predicate": "iep_version",
|
"predicate": "iep_version",
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": 2.0,
|
"value": "2.0",
|
||||||
"expanded": "The IEP version value must be 2.0"
|
"expanded": "The IEP version value must be 2.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"predicate": "iep_version",
|
"predicate": "iep_version",
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": 2.0,
|
"value": "2.0",
|
||||||
"expanded": "The IEP version value must be 2.0"
|
"expanded": "The IEP version value must be 2.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue