From fb1ca2e12db461f5350843e823b093725dcaa6c6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 6 Nov 2024 14:51:24 +0100 Subject: [PATCH] chg: [relationship] add a releasable-to relationship --- relationships/definition.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/relationships/definition.json b/relationships/definition.json index 429032a..67a27d6 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1900,7 +1900,14 @@ ], "name": "summarized-by", "opposite": "summarizes" + }, + { + "description": "The source object is releasable to the target object.", + "name": "releasable-to", + "format": [ + "misp" + ] } ], - "version": 49 -} \ No newline at end of file + "version": 50 +}