ccs-digitalmarketplace-frameworks 4.12.9 → 4.12.11

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.
@@ -130,6 +130,7 @@
130
130
  editable: True
131
131
  questions:
132
132
  - multiqDataStorageAndProcessing
133
+ - datacentreSecurityStandards
133
134
  - multiqPenetrationTesting
134
135
  - multiqProtectionOfDataAtRest
135
136
  - multiqDataSanitisation
@@ -234,6 +234,7 @@
234
234
  edit_questions: True
235
235
  questions:
236
236
  - multiqDataStorageAndProcessing
237
+ - datacentreSecurityStandards
237
238
  - multiqPenetrationTesting
238
239
  - multiqProtectionOfDataAtRest
239
240
  - multiqDataSanitisation
@@ -0,0 +1,14 @@
1
+ name: RPO/RTO
2
+
3
+ question: Do you provide recovery point objectives (RPO) and recovery time objectives (RTO)?
4
+
5
+ depends:
6
+ - 'on': lot
7
+ being:
8
+ - iaas-and-paas
9
+
10
+ type: boolean
11
+
12
+ validations:
13
+ - name: answer_required
14
+ message: Select yes if your service provides recovery point objectives (RPO) and recovery time objectives (RTO).
@@ -9,13 +9,15 @@ question_advice: >
9
9
  depends:
10
10
  - "on": lot
11
11
  being:
12
+ - iaas-and-paas
13
+ - isaas
12
14
  - saas
13
15
 
14
16
  type: radios
15
17
  options:
16
- - label: Complies with a recognised standard, for example CSA CCM v3.0 or SSAE-16 / ISAE 3402
18
+ - label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
17
19
  value: recognised_standard
18
- filter_label: complies with a recognised standard (for example CSA CCM version 3.0)
20
+ filter_label: complies with a recognised standard (for example CSA CCM version 4.0)
19
21
  - label: Supplier-defined controls
20
22
  value: supplier_defined
21
23
  filter_ignore: true
@@ -17,3 +17,4 @@ questions:
17
17
  - backupDatacentre
18
18
  - backupScheduling
19
19
  - backupRecovery
20
+ - backupRPORTO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.12.9",
3
+ "version": "4.12.11",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",