mirror of https://github.com/MISP/misp-objects
add: [relationship] Added entries to describe the relationship between a weakness weakening another object like a vulnerability
parent
0a902aa077
commit
a04ae86364
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue