ccs-digitalmarketplace-frameworks 9.2.14 → 9.2.16
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 +6 -3
- package/frameworks/g-cloud-15/questions/services/certifications.yml +15 -9
- package/frameworks/g-cloud-15/questions/services/governmentSecurityClearances.yml +3 -0
- package/frameworks/g-cloud-15/questions/services/governmentSecurityClearances1b.yml +2 -0
- package/frameworks/g-cloud-15/search_mappings/services.json +8 -0
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/services/governmentSecurityClearancesAll.yml +0 -27
- package/frameworks/g-cloud-15/questions/services/serviceInterfaceAccessibilityAll.yml +0 -44
|
@@ -147,11 +147,13 @@
|
|
|
147
147
|
slug: minimum-government-security-clearance
|
|
148
148
|
filter_settings:
|
|
149
149
|
name: governmentSecurityClearances
|
|
150
|
+
filter_type: radios
|
|
150
151
|
item_name:
|
|
151
152
|
singular: minimum government security clearance filter
|
|
152
153
|
plural: minimum government security clearance filters
|
|
153
154
|
questions:
|
|
154
|
-
-
|
|
155
|
+
- governmentSecurityClearances
|
|
156
|
+
- governmentSecurityClearances1b
|
|
155
157
|
|
|
156
158
|
-
|
|
157
159
|
name: Multi cloud support
|
|
@@ -196,7 +198,7 @@
|
|
|
196
198
|
singular: service interface accessibility filter
|
|
197
199
|
plural: service interface accessibility filters
|
|
198
200
|
questions:
|
|
199
|
-
-
|
|
201
|
+
- serviceInterfaceAccessibility
|
|
200
202
|
|
|
201
203
|
-
|
|
202
204
|
name: Staff security clearance
|
|
@@ -256,7 +258,7 @@
|
|
|
256
258
|
singular: user support accessibility filter
|
|
257
259
|
plural: user support accessibility filters
|
|
258
260
|
questions:
|
|
259
|
-
-
|
|
261
|
+
- emailOrTicketingSupportAccessibility
|
|
260
262
|
|
|
261
263
|
-
|
|
262
264
|
name: Using the service
|
|
@@ -270,3 +272,4 @@
|
|
|
270
272
|
- installation
|
|
271
273
|
- mobile
|
|
272
274
|
- APISoftware
|
|
275
|
+
- APIHosting
|
|
@@ -5,20 +5,31 @@ type: checkboxes
|
|
|
5
5
|
options:
|
|
6
6
|
- label: ISO 9001 certification
|
|
7
7
|
value: iso-9001
|
|
8
|
+
- label: ISO/IEC 27001 certification
|
|
9
|
+
value: iso-27001
|
|
10
|
+
- label: ISO 20000-1 certification
|
|
11
|
+
value: iso-20000-1
|
|
8
12
|
depends:
|
|
9
13
|
- "on": lot
|
|
10
14
|
being:
|
|
11
15
|
- iaas-and-paas
|
|
12
16
|
- iaas-and-paas-above-official
|
|
13
|
-
- label: ISO
|
|
14
|
-
value: iso-
|
|
17
|
+
- label: ISO 14001 certification
|
|
18
|
+
value: iso-14001
|
|
15
19
|
depends:
|
|
16
20
|
- "on": lot
|
|
17
21
|
being:
|
|
18
22
|
- iaas-and-paas
|
|
19
23
|
- iaas-and-paas-above-official
|
|
20
|
-
- label: ISO
|
|
21
|
-
value: iso-
|
|
24
|
+
- label: ISO/IEC 27017 certification
|
|
25
|
+
value: iso-27017
|
|
26
|
+
depends:
|
|
27
|
+
- "on": lot
|
|
28
|
+
being:
|
|
29
|
+
- iaas-and-paas
|
|
30
|
+
- iaas-and-paas-above-official
|
|
31
|
+
- label: ISO/IEC 27018 certification
|
|
32
|
+
value: iso-27018
|
|
22
33
|
depends:
|
|
23
34
|
- "on": lot
|
|
24
35
|
being:
|
|
@@ -42,8 +53,3 @@ options:
|
|
|
42
53
|
- cloud-support
|
|
43
54
|
- label: Cyber Essentials Plus
|
|
44
55
|
value: cyber-essentials-plus
|
|
45
|
-
depends:
|
|
46
|
-
- "on": lot
|
|
47
|
-
being:
|
|
48
|
-
- iaas-and-paas
|
|
49
|
-
- iaas-and-paas-above-official
|
|
@@ -15,10 +15,13 @@ type: radios
|
|
|
15
15
|
options:
|
|
16
16
|
- label: Up to Developed Vetting (DV)
|
|
17
17
|
value: dv
|
|
18
|
+
filter_label: Developed Vetting (DV)
|
|
18
19
|
- label: Up to Security Clearance (SC)
|
|
19
20
|
value: sc
|
|
21
|
+
filter_label: Security Clearance (SC)
|
|
20
22
|
- label: Up to Baseline Personnel Security Standard (BPSS)
|
|
21
23
|
value: bpss
|
|
24
|
+
filter_label: Baseline Personnel Security Standard (BPSS)
|
|
22
25
|
- label: None
|
|
23
26
|
value: none
|
|
24
27
|
|
|
@@ -195,6 +195,10 @@
|
|
|
195
195
|
"type": "keyword",
|
|
196
196
|
"normalizer": "filter_normalizer"
|
|
197
197
|
},
|
|
198
|
+
"dmfilter_emailOrTicketingSupportAccessibility": {
|
|
199
|
+
"type": "keyword",
|
|
200
|
+
"normalizer": "filter_normalizer"
|
|
201
|
+
},
|
|
198
202
|
"dmfilter_phoneSupport": {
|
|
199
203
|
"type": "keyword",
|
|
200
204
|
"normalizer": "filter_normalizer"
|
|
@@ -222,6 +226,10 @@
|
|
|
222
226
|
"dmfilter_APISoftware": {
|
|
223
227
|
"type": "keyword",
|
|
224
228
|
"normalizer": "filter_normalizer"
|
|
229
|
+
},
|
|
230
|
+
"dmfilter_APIHosting": {
|
|
231
|
+
"type": "keyword",
|
|
232
|
+
"normalizer": "filter_normalizer"
|
|
225
233
|
}
|
|
226
234
|
}
|
|
227
235
|
}
|
package/package.json
CHANGED
|
@@ -1,27 +0,0 @@
|
|
|
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
|
|
@@ -1,44 +0,0 @@
|
|
|
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
|
-
derived_from:
|
|
42
|
-
question: webInterfaceAccessibility
|
|
43
|
-
any_of:
|
|
44
|
-
- none_or_not_sure
|