ccs-digitalmarketplace-frameworks 9.2.13 → 9.2.15

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.
@@ -112,6 +112,7 @@
112
112
  slug: datacentre-security-standard
113
113
  filter_settings:
114
114
  name: datacentreSecurityStandards
115
+ filter_type: radios
115
116
  item_name:
116
117
  singular: datacentre security standard filter
117
118
  plural: datacentre security standard filters
@@ -146,11 +147,13 @@
146
147
  slug: minimum-government-security-clearance
147
148
  filter_settings:
148
149
  name: governmentSecurityClearances
150
+ filter_type: radios
149
151
  item_name:
150
152
  singular: minimum government security clearance filter
151
153
  plural: minimum government security clearance filters
152
154
  questions:
153
- - governmentSecurityClearancesAll
155
+ - governmentSecurityClearances
156
+ - governmentSecurityClearances1b
154
157
 
155
158
  -
156
159
  name: Multi cloud support
@@ -195,7 +198,7 @@
195
198
  singular: service interface accessibility filter
196
199
  plural: service interface accessibility filters
197
200
  questions:
198
- - serviceInterfaceAccessibilityAll
201
+ - serviceInterfaceAccessibility
199
202
 
200
203
  -
201
204
  name: Staff security clearance
@@ -255,7 +258,7 @@
255
258
  singular: user support accessibility filter
256
259
  plural: user support accessibility filters
257
260
  questions:
258
- - userSupportAccessibility
261
+ - emailOrTicketingSupportAccessibility
259
262
 
260
263
  -
261
264
  name: Using the service
@@ -269,3 +272,4 @@
269
272
  - installation
270
273
  - mobile
271
274
  - APISoftware
275
+ - APIHosting
@@ -21,10 +21,8 @@ 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
- filter_label: uses supplier-defined controls
25
24
  - label: Managed by a third party
26
25
  value: third_party
27
- filter_label: is managed by a third party
28
26
 
29
27
  validations:
30
28
  - name: answer_required
@@ -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
 
@@ -13,8 +13,10 @@ type: radios
13
13
  options:
14
14
  - label: Up to Developed Vetting (DV)
15
15
  value: dv
16
+ filter_label: Developed Vetting (DV)
16
17
  - label: Up to Security Clearance (SC)
17
18
  value: sc
19
+ filter_label: Security Clearance (SC)
18
20
 
19
21
 
20
22
  validations:
@@ -18,6 +18,7 @@ type: checkboxes
18
18
  options:
19
19
  - label: Physical access control, complying with CSA CCM v4.0
20
20
  value: csa_ccm
21
+ filter_label: CSA CSM version 4.0
21
22
  - label: ISO/IEC 27001
22
23
  value: iso_iec_27001
23
24
  - label: Other
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "9.2.13",
3
+ "version": "9.2.15",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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