Skip to content

Commit f2e5607

Browse files
authored
Update version.json
1 parent 0a07ab6 commit f2e5607

File tree

1 file changed

+148
-1
lines changed

1 file changed

+148
-1
lines changed

test/data/version.json

Lines changed: 148 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,148 @@
1-
{"createdAt": "2018-12-20T20:35:29.750Z", "createdBy": "sysadmin", "createdByUser": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001", "settingUpdatedAt": "2018-12-20T20:35:40.827Z", "settingUpdatedBy": "sysadmin", "settingUpdatedByUser": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001", "versionName": "1.0", "releaseComments": "", "source": "CUSTOM", "phase": "DEVELOPMENT", "distribution": "EXTERNAL", "license": {"type": "DISJUNCTIVE", "licenses": [{"license": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/licenses/00000000-0010-0000-0000-000000000000", "licenses": [], "name": "Unknown License", "ownership": "UNKNOWN", "codeSharing": "UNKNOWN", "licenseDisplay": "Unknown License"}], "licenseDisplay": "Unknown License"}, "_meta": {"allow": ["GET", "PUT"], "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad", "links": [{"rel": "versionReport", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/versions/ed930813-3bd1-40dc-b200-abb635203dad/reports"}, {"rel": "licenseReports", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/versions/ed930813-3bd1-40dc-b200-abb635203dad/license-reports"}, {"rel": "riskProfile", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/risk-profile"}, {"rel": "components", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/components"}, {"rel": "vulnerable-components", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/vulnerable-bom-components"}, {"rel": "comparison", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/comparison"}, {"rel": "project", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796"}, {"rel": "policy-status", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/policy-status"}, {"rel": "codelocations", "href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/codelocations"}]}, "securityRiskProfile": {"counts": [{"countType": "HIGH", "count": 0}, {"countType": "MEDIUM", "count": 1}, {"countType": "LOW", "count": 0}, {"countType": "OK", "count": 0}, {"countType": "UNKNOWN", "count": 0}]}, "licenseRiskProfile": {"counts": [{"countType": "HIGH", "count": 0}, {"countType": "MEDIUM", "count": 0}, {"countType": "LOW", "count": 0}, {"countType": "OK", "count": 1}, {"countType": "UNKNOWN", "count": 0}]}, "operationalRiskProfile": {"counts": [{"countType": "HIGH", "count": 0}, {"countType": "MEDIUM", "count": 0}, {"countType": "LOW", "count": 1}, {"countType": "OK", "count": 0}, {"countType": "UNKNOWN", "count": 0}]}, "policyStatus": "NOT_IN_VIOLATION", "policyStatusSummaries": [], "lastBomUpdateDate": "2018-12-20T20:35:40.816Z", "lastScanDate": "2018-12-20T20:35:40.426Z"}
1+
{
2+
"createdAt": "2018-12-20T20:35:29.750Z",
3+
"createdBy": "sysadmin",
4+
"createdByUser": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001",
5+
"settingUpdatedAt": "2018-12-20T20:35:40.827Z",
6+
"settingUpdatedBy": "sysadmin",
7+
"settingUpdatedByUser": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/users/00000000-0000-0000-0001-000000000001",
8+
"versionName": "1.0",
9+
"releaseComments": "",
10+
"source": "CUSTOM",
11+
"phase": "DEVELOPMENT",
12+
"distribution": "EXTERNAL",
13+
"license": {
14+
"type": "DISJUNCTIVE",
15+
"licenses": [
16+
{
17+
"license": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/licenses/00000000-0010-0000-0000-000000000000",
18+
"licenses": [],
19+
"name": "Unknown License",
20+
"ownership": "UNKNOWN",
21+
"codeSharing": "UNKNOWN",
22+
"licenseDisplay": "Unknown License"
23+
}
24+
],
25+
"licenseDisplay": "Unknown License"
26+
},
27+
"_meta": {
28+
"allow": [
29+
"GET",
30+
"PUT"
31+
],
32+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad",
33+
"links": [
34+
{
35+
"rel": "versionReport",
36+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/versions/ed930813-3bd1-40dc-b200-abb635203dad/reports"
37+
},
38+
{
39+
"rel": "licenseReports",
40+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/versions/ed930813-3bd1-40dc-b200-abb635203dad/license-reports"
41+
},
42+
{
43+
"rel": "riskProfile",
44+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/risk-profile"
45+
},
46+
{
47+
"rel": "components",
48+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/components"
49+
},
50+
{
51+
"rel": "vulnerable-components",
52+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/vulnerable-bom-components"
53+
},
54+
{
55+
"rel": "comparison",
56+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/comparison"
57+
},
58+
{
59+
"rel": "project",
60+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796"
61+
},
62+
{
63+
"rel": "policy-status",
64+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/policy-status"
65+
},
66+
{
67+
"rel": "codelocations",
68+
"href": "https://ec2-18-217-189-8.us-east-2.compute.amazonaws.com/api/projects/555dd009-6e03-485f-97d5-0ae962673796/versions/ed930813-3bd1-40dc-b200-abb635203dad/codelocations"
69+
}
70+
]
71+
},
72+
"securityRiskProfile": {
73+
"counts": [
74+
{
75+
"countType": "HIGH",
76+
"count": 0
77+
},
78+
{
79+
"countType": "MEDIUM",
80+
"count": 1
81+
},
82+
{
83+
"countType": "LOW",
84+
"count": 0
85+
},
86+
{
87+
"countType": "OK",
88+
"count": 0
89+
},
90+
{
91+
"countType": "UNKNOWN",
92+
"count": 0
93+
}
94+
]
95+
},
96+
"licenseRiskProfile": {
97+
"counts": [
98+
{
99+
"countType": "HIGH",
100+
"count": 0
101+
},
102+
{
103+
"countType": "MEDIUM",
104+
"count": 0
105+
},
106+
{
107+
"countType": "LOW",
108+
"count": 0
109+
},
110+
{
111+
"countType": "OK",
112+
"count": 1
113+
},
114+
{
115+
"countType": "UNKNOWN",
116+
"count": 0
117+
}
118+
]
119+
},
120+
"operationalRiskProfile": {
121+
"counts": [
122+
{
123+
"countType": "HIGH",
124+
"count": 0
125+
},
126+
{
127+
"countType": "MEDIUM",
128+
"count": 0
129+
},
130+
{
131+
"countType": "LOW",
132+
"count": 1
133+
},
134+
{
135+
"countType": "OK",
136+
"count": 0
137+
},
138+
{
139+
"countType": "UNKNOWN",
140+
"count": 0
141+
}
142+
]
143+
},
144+
"policyStatus": "NOT_IN_VIOLATION",
145+
"policyStatusSummaries": [],
146+
"lastBomUpdateDate": "2018-12-20T20:35:40.816Z",
147+
"lastScanDate": "2018-12-20T20:35:40.426Z"
148+
}

0 commit comments

Comments
 (0)