From 3b49d83426efd4621bb91c3132adf805bb71c354 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 6 Dec 2019 15:05:20 +0100 Subject: [PATCH] chg: [relationships] mentions relationship has been added Fix #214 --- relationships/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 53a4dcd..fae3795 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1,5 +1,5 @@ { - "version": 16, + "version": 17, "values": [ { "name": "derived-from", @@ -204,6 +204,13 @@ "stix-2.0" ] }, + { + "name": "mentions", + "description": "This relationship describes that the source object mentions the target object.", + "format": [ + "misp" + ] + }, { "name": "mitigates", "description": "This relationship describes a source object which mitigates the target object.",