2019-08-01 14:34:30 +02:00
{
2019-08-01 15:50:29 +02:00
"attributes" : {
"description" : {
"description" : "Description of the weakness." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 0
} ,
"id" : {
"description" : "Weakness ID (generally CWE)." ,
2020-10-22 22:11:50 +02:00
"misp-attribute" : "weakness" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2019-08-01 15:50:29 +02:00
} ,
"name" : {
"description" : "Name of the weakness." ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
"ui-priority" : 0
2019-08-01 15:50:29 +02:00
} ,
"status" : {
"description" : "Status of the weakness." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
"misp-attribute" : "text" ,
2019-08-01 15:50:29 +02:00
"sane_default" : [
"Incomplete" ,
"Deprecated" ,
"Draft" ,
"Usable"
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2019-08-01 15:50:29 +02:00
} ,
"weakness-abs" : {
"description" : "Abstraction of the weakness." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
"misp-attribute" : "text" ,
2019-08-01 15:50:29 +02:00
"sane_default" : [
"Class" ,
"Base" ,
"Variant"
] ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2019-08-01 15:50:29 +02:00
}
} ,
"description" : "Weakness object describing a common weakness enumeration which can describe usable, incomplete, draft or deprecated weakness for software, equipment of hardware." ,
"meta-category" : "vulnerability" ,
2020-04-26 02:10:02 +02:00
"name" : "weakness" ,
"requiredOneOf" : [
"id" ,
"name" ,
"description"
] ,
2019-08-01 15:50:29 +02:00
"uuid" : "b8713fc0-d7a2-4b27-a182-38ed47966802" ,
2020-04-26 02:10:02 +02:00
"version" : 1
}