-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathweakness.json
84 lines (84 loc) · 2.06 KB
/
weakness.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"abstraction_level" : "Base",
"affected_resources" : [ "CPU" ],
"alternate_terms" : [ {
"description" : "string",
"term" : "string"
} ],
"architectures" : [ {
"class" : "Embedded",
"name" : "string",
"prevalence" : "Often"
} ],
"background_details" : "string",
"common_consequences" : [ {
"impacts" : [ "Alter Execution Logic" ],
"likelihood" : "High",
"note" : "string",
"scopes" : [ "Access Control" ]
} ],
"description" : "string",
"detection_methods" : [ {
"description" : "string",
"effectiveness" : "High",
"effectiveness_notes" : "string",
"method" : "Architecture or Design Review"
} ],
"external_ids" : [ "string" ],
"external_references" : [ {
"description" : "string",
"external_id" : "string",
"hashes" : [ "string" ],
"source_name" : "string",
"url" : "string"
} ],
"functional_areas" : [ "Authentication" ],
"id" : "string",
"language" : "string",
"languages" : [ {
"class" : "Assembly",
"name" : "string",
"prevalence" : "Often"
} ],
"likelihood" : "High",
"modes_of_introduction" : [ {
"note" : "string",
"phase" : "Architecture and Design"
} ],
"notes" : [ {
"note" : "string",
"type" : "Applicable Platform"
} ],
"operating_systems" : [ {
"class" : "Android",
"cpe_id" : "string",
"name" : "string",
"prevalence" : "Often",
"version" : "string"
} ],
"paradigms" : [ {
"name" : "string",
"prevalence" : "Often"
} ],
"potential_mitigations" : [ {
"description" : "string",
"effectiveness" : "Defense in Depth",
"effectiveness_notes" : "string",
"phases" : [ "Architecture and Design" ],
"strategy" : "Attack Surface Reduction"
} ],
"revision" : 10,
"schema_version" : "1.3.23",
"short_description" : "string",
"source" : "string",
"source_uri" : "string",
"structure" : "Chain",
"technologies" : [ {
"name" : "string",
"prevalence" : "Often"
} ],
"timestamp" : "2016-01-01T01:01:01.000Z",
"title" : "string",
"tlp" : "green",
"type" : "weakness"
}