ccs-digitalmarketplace-frameworks 9.2.4 → 9.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/frameworks/g-cloud-15/manifests/services_search_filters.yml +57 -0
- package/frameworks/g-cloud-15/questions/services/dataStorageAndProcessingLocations.yml +0 -4
- package/frameworks/g-cloud-15/questions/services/datacentreSecurityStandards.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/governmentSecurityClearancesAll.yml +27 -0
- package/frameworks/g-cloud-15/questions/services/serviceInterfaceAccessibilityAll.yml +41 -0
- package/frameworks/g-cloud-15/questions/services/staffSecurityClearanceChecksAll.yml +24 -0
- package/frameworks/g-cloud-15/search_mappings/services.json +20 -12
- package/package.json +1 -1
|
@@ -151,3 +151,60 @@
|
|
|
151
151
|
questions:
|
|
152
152
|
- educationPricing
|
|
153
153
|
- freeVersionTrialOption
|
|
154
|
+
|
|
155
|
+
-
|
|
156
|
+
name: Multi cloud support
|
|
157
|
+
slug: multi-cloud-support
|
|
158
|
+
filter_settings:
|
|
159
|
+
name: supportMultiCloud
|
|
160
|
+
item_name:
|
|
161
|
+
singular: multi cloud support filter
|
|
162
|
+
plural: multi cloud support filters
|
|
163
|
+
questions:
|
|
164
|
+
- supportMultiCloud
|
|
165
|
+
|
|
166
|
+
-
|
|
167
|
+
name: Minimum government security clearance
|
|
168
|
+
slug: minimum-government-security-clearance
|
|
169
|
+
filter_settings:
|
|
170
|
+
name: governmentSecurityClearances
|
|
171
|
+
item_name:
|
|
172
|
+
singular: minimum government security clearance filter
|
|
173
|
+
plural: minimum government security clearance filters
|
|
174
|
+
questions:
|
|
175
|
+
- governmentSecurityClearancesAll
|
|
176
|
+
|
|
177
|
+
-
|
|
178
|
+
name: Staff security clearance
|
|
179
|
+
slug: staff-security-clearance
|
|
180
|
+
filter_settings:
|
|
181
|
+
name: staffSecurityClearanceChecks
|
|
182
|
+
filter_type: radios
|
|
183
|
+
item_name:
|
|
184
|
+
singular: staff security clearance filter
|
|
185
|
+
plural: staff security clearance filters
|
|
186
|
+
questions:
|
|
187
|
+
- staffSecurityClearanceChecksAll
|
|
188
|
+
|
|
189
|
+
-
|
|
190
|
+
name: Security governance standards
|
|
191
|
+
slug: security-governance-standards
|
|
192
|
+
filter_settings:
|
|
193
|
+
name: securityGovernanceStandards
|
|
194
|
+
item_name:
|
|
195
|
+
singular: security governance standard filter
|
|
196
|
+
plural: security governance standard filters
|
|
197
|
+
questions:
|
|
198
|
+
- securityGovernanceStandards
|
|
199
|
+
|
|
200
|
+
-
|
|
201
|
+
name: Service interface accessibility
|
|
202
|
+
slug: service-interface-accessibility
|
|
203
|
+
filter_settings:
|
|
204
|
+
name: serviceInterfaceAccessibility
|
|
205
|
+
filter_type: radios
|
|
206
|
+
item_name:
|
|
207
|
+
singular: service interface accessibility filter
|
|
208
|
+
plural: service interface accessibility filters
|
|
209
|
+
questions:
|
|
210
|
+
- serviceInterfaceAccessibilityAll
|
|
@@ -21,10 +21,10 @@ options:
|
|
|
21
21
|
filter_label: complies with a recognised standard (for example CSA CCM version 4.0)
|
|
22
22
|
- label: Supplier-defined controls
|
|
23
23
|
value: supplier_defined
|
|
24
|
-
|
|
24
|
+
filter_label: uses supplier-defined controls
|
|
25
25
|
- label: Managed by a third party
|
|
26
26
|
value: third_party
|
|
27
|
-
|
|
27
|
+
filter_label: is managed by a third party
|
|
28
28
|
|
|
29
29
|
validations:
|
|
30
30
|
- name: answer_required
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
id: governmentSecurityClearances
|
|
2
|
+
name: Minimum government security clearance
|
|
3
|
+
question: If the role requires it, what level of security clearance are you prepared to make sure your staff have?
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: radios
|
|
15
|
+
options:
|
|
16
|
+
- label: Up to Developed Vetting (DV)
|
|
17
|
+
value: dv
|
|
18
|
+
filter_label: Developed Vetting (DV)
|
|
19
|
+
- label: Up to Security Clearance (SC)
|
|
20
|
+
value: sc
|
|
21
|
+
filter_label: Security Clearance (SC)
|
|
22
|
+
- label: Up to Baseline Personnel Security Standard (BPSS)
|
|
23
|
+
value: bpss
|
|
24
|
+
filter_label: Baseline Personnel Security Standard (BPSS)
|
|
25
|
+
- label: None
|
|
26
|
+
value: none
|
|
27
|
+
filter_ignore: true
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
id: serviceInterfaceAccessibility
|
|
2
|
+
name: Accessibility standards
|
|
3
|
+
question: What accessibility standards does your service interface meet?
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
options:
|
|
15
|
+
- label: WCAG 2.2 AAA
|
|
16
|
+
value: wcag_aaa
|
|
17
|
+
derived_from:
|
|
18
|
+
question: webInterfaceAccessibility
|
|
19
|
+
any_of:
|
|
20
|
+
- wcag_aaa
|
|
21
|
+
- label: WCAG 2.2 AA
|
|
22
|
+
value: wcag_aa
|
|
23
|
+
derived_from:
|
|
24
|
+
question: webInterfaceAccessibility
|
|
25
|
+
any_of:
|
|
26
|
+
- wcag_aa
|
|
27
|
+
- label: WCAG 2.2 A
|
|
28
|
+
value: wcag_a
|
|
29
|
+
derived_from:
|
|
30
|
+
question: webInterfaceAccessibility
|
|
31
|
+
any_of:
|
|
32
|
+
- wcag_a
|
|
33
|
+
- label: EN 301 549
|
|
34
|
+
value: en_301_549
|
|
35
|
+
derived_from:
|
|
36
|
+
question: webInterfaceAccessibility
|
|
37
|
+
any_of:
|
|
38
|
+
- en_301_549
|
|
39
|
+
- label: None or don’t know
|
|
40
|
+
value: none
|
|
41
|
+
filter_ignore: true
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
id: staffSecurityClearanceChecks
|
|
2
|
+
name: Staff security clearance
|
|
3
|
+
question: How do you manage staff security clearance checks?
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
- isaas
|
|
11
|
+
- saas
|
|
12
|
+
- cloud-support
|
|
13
|
+
|
|
14
|
+
type: radios
|
|
15
|
+
options:
|
|
16
|
+
- label: Staff screening performed which conforms to BS7858:2019
|
|
17
|
+
value: staff_screening_to_bs7858_2019
|
|
18
|
+
filter_label: conforms to BS7858:2019
|
|
19
|
+
- label: Staff screening performed but doesn’t conform with BS7858:2019
|
|
20
|
+
value: staff_screening_not_bs7858_2019
|
|
21
|
+
filter_label: does not conform to BS7858:2019
|
|
22
|
+
- label: Staff screening not performed
|
|
23
|
+
value: none
|
|
24
|
+
filter_label: staff screening not performed
|
|
@@ -58,18 +58,6 @@
|
|
|
58
58
|
"field": "id",
|
|
59
59
|
"target_field": "serviceIdHash"
|
|
60
60
|
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"append_conditionally": {
|
|
64
|
-
"field": "dataStorageAndProcessingLocations",
|
|
65
|
-
"target_field": "dataStorageAndProcessingLocations",
|
|
66
|
-
"any_of": [
|
|
67
|
-
"uk"
|
|
68
|
-
],
|
|
69
|
-
"append_value": [
|
|
70
|
-
"eea"
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
61
|
}
|
|
74
62
|
]
|
|
75
63
|
},
|
|
@@ -174,6 +162,26 @@
|
|
|
174
162
|
"dmfilter_freeVersionTrialOption": {
|
|
175
163
|
"type": "keyword",
|
|
176
164
|
"normalizer": "filter_normalizer"
|
|
165
|
+
},
|
|
166
|
+
"dmfilter_supportMultiCloud": {
|
|
167
|
+
"type": "keyword",
|
|
168
|
+
"normalizer": "filter_normalizer"
|
|
169
|
+
},
|
|
170
|
+
"dmfilter_governmentSecurityClearances": {
|
|
171
|
+
"type": "keyword",
|
|
172
|
+
"normalizer": "filter_normalizer"
|
|
173
|
+
},
|
|
174
|
+
"dmfilter_staffSecurityClearanceChecks": {
|
|
175
|
+
"type": "keyword",
|
|
176
|
+
"normalizer": "filter_normalizer"
|
|
177
|
+
},
|
|
178
|
+
"dmfilter_securityGovernanceStandards": {
|
|
179
|
+
"type": "keyword",
|
|
180
|
+
"normalizer": "filter_normalizer"
|
|
181
|
+
},
|
|
182
|
+
"dmfilter_serviceInterfaceAccessibility": {
|
|
183
|
+
"type": "keyword",
|
|
184
|
+
"normalizer": "filter_normalizer"
|
|
177
185
|
}
|
|
178
186
|
}
|
|
179
187
|
}
|