-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
51 lines (51 loc) · 1.34 KB
/
example.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
{
"oval:com.ubuntu.focal:def:60181000000": {
"title": "USN-6018-1 -- Apport vulnerability",
"description": "THIS IS A DESCRIPTION",
"severity": "Medium",
"reference": [
{
"source": "USN",
"ref_id": "USN-6018-1",
"ref_url": "https://ubuntu.com/security/notices/USN-6018-1"
},
{
"source": "CVE",
"ref_id": "CVE-2023-1326",
"ref_url": "https://ubuntu.com/security/CVE-2023-1326"
}
],
"cves": [
{
"cve_id": "CVE-2023-1326",
"public_date": "20230413",
"severity": "medium",
"cvss_score": "7.8",
"cvss_vector": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"test_refs": {
"oval:com.ubuntu.focal:tst:601810000000": {
"comment": "SOME TEST COMMENT",
"object_ref": "oval:com.ubuntu.focal:obj:601810000000",
"state_ref": "oval:com.ubuntu.focal:ste:601810000000",
"fixed_version": "2.20.11-0ubuntu27.26",
"var_ref": "oval:com.ubuntu.focal:var:601810000000",
"binaries": [
"python3-problem-report",
"apport-kde",
"apport-retrace",
"apport-valgrind",
"python3-apport",
"dh-apport",
"apport-gtk",
"apport",
"apport-noui"
]
}
}
},
"oval:...": {
...
}
}