Supplier Cardinality
Supplier Cardinality (ssvc:SC:1.0.0)
How many suppliers are responsible for the vulnerable component and its remediation or mitigation plan?
Value | Definition |
---|---|
One (O) | There is only one supplier of the vulnerable component. |
Multiple (M) | There are multiple suppliers of the vulnerable component. |
Supplier Cardinality (ssvc:SC:1.0.0) JSON Example
{
"name": "Supplier Cardinality",
"description": "How many suppliers are responsible for the vulnerable component and its remediation or mitigation plan?",
"namespace": "ssvc",
"version": "1.0.0",
"schemaVersion": "1-0-1",
"key": "SC",
"values": [
{
"key": "O",
"name": "One",
"description": "There is only one supplier of the vulnerable component."
},
{
"key": "M",
"name": "Multiple",
"description": "There are multiple suppliers of the vulnerable component."
}
]
}