-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
48 lines (48 loc) · 1.08 KB
/
definition.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
{
"name": "vulnerability",
"meta-category": "network",
"description": "Vulnerability object describing common vulnerability enumeration",
"version": 1,
"attributes": {
"references": {
"misp-attribute": "link",
"misp-usage-frequency": 1,
"multiple": true
},
"published": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"modified": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0
},
"vulnerable_configuration": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
"multiple": true,
"description": "The vulnerable configuration is described in CPE format"
},
"summary": {
"misp-attribute": "text",
"misp-usage-frequency": 1
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1
},
"id": {
"misp-attribute": "vulnerability",
"misp-usage-frequency": 1
}
},
"requiredOneOf": [
"published",
"modified",
"references",
"vulnerable_configuration",
"summary",
"text",
"id"
]
}