-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
52 lines (52 loc) · 1.28 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"attributes": {
"description": {
"description": "Description of the weakness.",
"misp-attribute": "text",
"ui-priority": 0
},
"id": {
"description": "Weakness ID (generally CWE).",
"misp-attribute": "weakness",
"ui-priority": 0
},
"name": {
"description": "Name of the weakness.",
"misp-attribute": "text",
"ui-priority": 0
},
"status": {
"description": "Status of the weakness.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Incomplete",
"Deprecated",
"Draft",
"Usable"
],
"ui-priority": 0
},
"weakness-abs": {
"description": "Abstraction of the weakness.",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"Class",
"Base",
"Variant"
],
"ui-priority": 0
}
},
"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",
"name": "weakness",
"requiredOneOf": [
"id",
"name",
"description"
],
"uuid": "b8713fc0-d7a2-4b27-a182-38ed47966802",
"version": 1
}