Skip to content

Commit a04ae86

Browse files
committed
add: [relationship] Added entries to describe the relationship between a weakness weakening another object like a vulnerability
1 parent 0a902aa commit a04ae86

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

relationships/definition.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,23 @@
19071907
"misp"
19081908
],
19091909
"name": "releasable-to"
1910+
},
1911+
{
1912+
"desription": "The source object is weakened by the target weakness.",
1913+
"format": [
1914+
"misp"
1915+
],
1916+
"name": "weakened-by",
1917+
"opposite": "weakens"
1918+
},
1919+
{
1920+
"description": "The source weakness weakens the target object.",
1921+
"format": [
1922+
"misp"
1923+
],
1924+
"name": "weakens",
1925+
"opposite": "weakened-by"
19101926
}
19111927
],
1912-
"version": 50
1928+
"version": 51
19131929
}

0 commit comments

Comments
 (0)