From a04ae863643a9bc5364024fc1d55421c0e147935 Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Tue, 17 Dec 2024 16:52:26 +0100 Subject: [PATCH] add: [relationship] Added entries to describe the relationship between a weakness weakening another object like a vulnerability --- relationships/definition.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/relationships/definition.json b/relationships/definition.json index 8b1ec868..61478e9c 100644 --- a/relationships/definition.json +++ b/relationships/definition.json @@ -1907,7 +1907,23 @@ "misp" ], "name": "releasable-to" + }, + { + "desription": "The source object is weakened by the target weakness.", + "format": [ + "misp" + ], + "name": "weakened-by", + "opposite": "weakens" + }, + { + "description": "The source weakness weakens the target object.", + "format": [ + "misp" + ], + "name": "weakens", + "opposite": "weakened-by" } ], - "version": 50 + "version": 51 } \ No newline at end of file