-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path004_vulnerabilitycase.json
85 lines (85 loc) · 3.05 KB
/
004_vulnerabilitycase.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
85
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "VulnerabilityCase",
"id": "https://vendor.example/psirt/case/18283771",
"name": "vendor-case-18283771",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"attributedTo": "https://vendor.example/psirt",
"caseParticipants": [
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "CaseParticipant",
"id": "https://for.example/54db95e3-794c-412b-8b99-4703bc4d1342",
"name": "Vendor O'Product",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"actor": "https://vendor.example/psirt",
"caseRoles": [
"CVD_ROLE_VENDOR"
],
"participantStatus": [
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "ParticipantStatus",
"id": "https://for.example/c4464d53-d342-4ef7-aad4-5c3d582470e2",
"name": "REPORT_MANAGEMENT_RECEIVED CS_VENDOR_AWARE__NO_FIX__NOT_DEPLOYED",
"context": null,
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"actor": null,
"rmState": "REPORT_MANAGEMENT_RECEIVED",
"vfdState": "CS_VENDOR_AWARE__NO_FIX__NOT_DEPLOYED",
"caseEngagement": true,
"embargoAdherence": true
}
]
},
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "CaseParticipant",
"id": "https://for.example/8798cc0b-411b-43ca-96c1-b11a6e161fe1",
"name": "Finn der Reporter",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"actor": "https://vuls.example.com/finder-reporter",
"caseRoles": [
"CVD_ROLE_FINDER",
"CVD_ROLE_REPORTER"
],
"participantStatus": [
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "ParticipantStatus",
"id": "https://for.example/3340e292-4bb6-4311-aca9-99070835071e",
"name": "REPORT_MANAGEMENT_ACCEPTED CS_VENDOR_UNAWARE__NO_FIX__NOT_DEPLOYED",
"context": null,
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"actor": null,
"rmState": "REPORT_MANAGEMENT_ACCEPTED",
"vfdState": "CS_VENDOR_UNAWARE__NO_FIX__NOT_DEPLOYED",
"caseEngagement": true,
"embargoAdherence": true
}
]
}
],
"vulnerabilityReports": [
"https://finder.reporter.example/report/101029"
],
"caseStatus": [
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "CaseStatus",
"id": "https://for.example/42f61546-c1b3-418f-8638-b1cc9dee7bd8",
"name": "EMBARGO_MANAGEMENT_NONE CS_PUBLIC_UNAWARE__NO_EXPLOIT__NO_ATTACKS",
"context": null,
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"emState": "EMBARGO_MANAGEMENT_NONE",
"pxaState": "CS_PUBLIC_UNAWARE__NO_EXPLOIT__NO_ATTACKS"
}
],
"activeEmbargo": null
}