chg: [relationships] mentions relationship has been added

Fix #214
pull/220/head
Alexandre Dulaunoy 2019-12-06 15:05:20 +01:00
parent ab484998ff
commit 3b49d83426
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 16, "version": 17,
"values": [ "values": [
{ {
"name": "derived-from", "name": "derived-from",
@ -204,6 +204,13 @@
"stix-2.0" "stix-2.0"
] ]
}, },
{
"name": "mentions",
"description": "This relationship describes that the source object mentions the target object.",
"format": [
"misp"
]
},
{ {
"name": "mitigates", "name": "mitigates",
"description": "This relationship describes a source object which mitigates the target object.", "description": "This relationship describes a source object which mitigates the target object.",