|
5 | 5 | "references", |
6 | 6 | "vulnerable_configuration", |
7 | 7 | "summary", |
8 | | - "text", |
| 8 | + "description", |
9 | 9 | "id" |
10 | 10 | ], |
11 | 11 | "attributes": { |
12 | 12 | "id": { |
13 | | - "description": "Vulnerability ID (generally CVE, but not necessarely). The id is not required as the object itself has an UUID and the CVE id can updated later.", |
| 13 | + "description": "Vulnerability ID (generally CVE, but not necessarely). The id is not required as the object itself has an UUID and the CVE id can be update or assigned later.", |
14 | 14 | "ui-priority": 0, |
15 | | - "misp-attribute": "vulnerability", |
| 15 | + "misp-attribute": "text", |
16 | 16 | "multiple": true |
17 | 17 | }, |
18 | | - "text": { |
| 18 | + "description": { |
19 | 19 | "description": "Description of the vulnerability", |
20 | 20 | "ui-priority": 0, |
21 | 21 | "misp-attribute": "text" |
|
69 | 69 | ], |
70 | 70 | "disable_correlation": true, |
71 | 71 | "misp-attribute": "text" |
| 72 | + }, |
| 73 | + "cvss-score": { |
| 74 | + "description": "Score of the Common Vulnerability Scoring System (version 3).", |
| 75 | + "ui-priority": 1, |
| 76 | + "disable_correlation": true, |
| 77 | + "misp-attribute": "float" |
| 78 | + }, |
| 79 | + "cvss-string": { |
| 80 | + "description": "String of the Common Vulnerability Scoring System (version 3).", |
| 81 | + "ui-priority": 1, |
| 82 | + "disable_correlation": true, |
| 83 | + "misp-attribute": "text" |
| 84 | + }, |
| 85 | + "credit": { |
| 86 | + "description": "Who reported/found the vulnerability such as an organisation, person or nickname.", |
| 87 | + "ui-priority": 0, |
| 88 | + "disable_correlation": true, |
| 89 | + "misp-attribute": "text", |
| 90 | + "multiple": true |
72 | 91 | } |
73 | 92 | }, |
74 | | - "version": 4, |
75 | | - "description": "Vulnerability object describing a common vulnerability enumeration which can describe unpublished, under review or embargo vulnerability for software, equipments or hardware.", |
| 93 | + "version": 5, |
| 94 | + "description": "Vulnerability object describing a common vulnerability enumeration which can describe published, unpublished, under review or embargo vulnerability for software, equipments or hardware.", |
76 | 95 | "meta-category": "network", |
77 | 96 | "uuid": "81650945-f186-437b-8945-9f31715d32da", |
78 | 97 | "name": "vulnerability" |
|
0 commit comments