Skip to content

Commit

Permalink
add: [relationship] Added entries to describe the relationship betwee…
Browse files Browse the repository at this point in the history
…n a weakness weakening another object like a vulnerability
  • Loading branch information
chrisr3d committed Dec 17, 2024
1 parent 0a902aa commit a04ae86
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a04ae86

Please sign in to comment.