add: [relationship] Added entries to describe the relationship between a weakness weakening another object like a vulnerability

pull/449/head
Christian Studer 2024-12-17 16:52:26 +01:00
parent 0a902aa077
commit a04ae86364
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 17 additions and 1 deletions

View File

@ -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
}