ccs-digitalmarketplace-frameworks 5.1.50 → 5.1.52

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.
@@ -51,6 +51,7 @@
51
51
  questions:
52
52
  - multiqServiceAddOn
53
53
  - cloudDeploymentModel
54
+ - cloudDeploymentModelAmended
54
55
  - serviceConstraintsHostingAndSoftware
55
56
  - serviceConstraintsSupport
56
57
  - systemRequirements
@@ -65,6 +65,7 @@
65
65
  questions:
66
66
  - multiqServiceAddOn
67
67
  - cloudDeploymentModel
68
+ - cloudDeploymentModelAmended
68
69
  - serviceConstraintsHostingAndSoftware
69
70
  - serviceConstraintsSupport
70
71
  - systemRequirements
@@ -113,4 +113,6 @@ questions_to_exclude:
113
113
  - wellbeing
114
114
  - standardsCyberEssentials
115
115
  - standardsCyberEssentialsPlus
116
+ - dataSanitisationTypeHosting
117
+ - dataSanitisationTypeSoftware
116
118
  source_framework: g-cloud-14
@@ -6,8 +6,6 @@ depends:
6
6
  being:
7
7
  - isaas
8
8
  - saas
9
- - iaas-and-paas
10
- - iaas-and-paas-above-official
11
9
 
12
10
  type: checkboxes
13
11
  options:
@@ -0,0 +1,30 @@
1
+ name: Cloud deployment model
2
+ question: Under which of the four NIST cloud deployment models is this service offered?
3
+ question_advice: >
4
+ Read about the <a href="https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf"
5
+ target="_blank" rel="noopener noreferrer">NIST definitions https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-145.pdf</a> (opens in new
6
+ tab)
7
+ depends:
8
+ - "on": lot
9
+ being:
10
+ - iaas-and-paas
11
+ - iaas-and-paas-above-official
12
+
13
+ type: checkboxes
14
+ options:
15
+ - label: Public cloud
16
+ value: public
17
+ filter_label: public cloud
18
+ - label: Private cloud
19
+ value: private
20
+ filter_label: private cloud
21
+ - label: Community cloud
22
+ value: community
23
+ filter_label: community cloud
24
+ - label: Hybrid cloud
25
+ value: hybrid
26
+ filter_label: hybrid cloud
27
+
28
+ validations:
29
+ - name: answer_required
30
+ message: Select a service type.
@@ -1,4 +1,3 @@
1
- id: dataSanitisationType
2
1
  name: Data sanitisation type
3
2
  question: How do you make sure customer data is sanitised and/or permanently erased from your solution after use?
4
3
 
@@ -6,6 +5,7 @@ hidden: true
6
5
  depends:
7
6
  - "on": lot
8
7
  being:
8
+ - iaas-and-paas-above-official
9
9
  - iaas-and-paas
10
10
  - isaas
11
11
  - saas
@@ -12,5 +12,4 @@ depends:
12
12
  type: multiquestion
13
13
  questions:
14
14
  - dataSanitisation
15
- - dataSanitisationTypeHosting
16
- - dataSanitisationTypeSoftware
15
+ - dataSanitisationType
@@ -19,7 +19,6 @@ depends:
19
19
  - iaas-and-paas
20
20
  - iaas-and-paas-above-official
21
21
  - saas
22
- - cloud-support
23
22
 
24
23
  type: upload
25
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.50",
3
+ "version": "5.1.52",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,22 +0,0 @@
1
- id: dataSanitisationType
2
- name: Data sanitisation type
3
- question: What type of data sanitisation process do you have?
4
-
5
- hidden: true
6
- depends:
7
- - "on": lot
8
- being:
9
- - iaas-and-paas-above-official
10
-
11
- type: checkboxes
12
- options:
13
- - label: Explicit overwriting of storage before reallocation
14
- value: overwriting
15
- - label: Deleted data can’t be directly accessed
16
- value: no_access
17
- - label: Hardware containing data is completely destroyed
18
- value: hardware_destroyed
19
-
20
- validations:
21
- - name: answer_required
22
- message: Select a data sanitisation process.