ccs-digitalmarketplace-frameworks 5.1.49 → 5.1.51
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/edit_service_as_admin.yml +0 -1
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +0 -1
- package/frameworks/g-cloud-15/metadata/copy_services.yml +4 -0
- package/frameworks/g-cloud-15/questions/services/{dataSanitisationTypeSoftware.yml → dataSanitisationType.yml} +1 -1
- package/frameworks/g-cloud-15/questions/services/multiqDataSanitisation.yml +1 -2
- package/frameworks/g-cloud-15/questions/services/sfiaRateDocumentURL.yml +0 -1
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/services/dataSanitisationTypeHosting.yml +0 -22
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCyber.yml +0 -13
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentials.yml +0 -14
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlus.yml +0 -14
|
@@ -111,4 +111,8 @@ questions_to_exclude:
|
|
|
111
111
|
- webChatSupportAccessibilityTesting
|
|
112
112
|
- webChatSupportAvailability
|
|
113
113
|
- wellbeing
|
|
114
|
+
- standardsCyberEssentials
|
|
115
|
+
- standardsCyberEssentialsPlus
|
|
116
|
+
- dataSanitisationTypeHosting
|
|
117
|
+
- dataSanitisationTypeSoftware
|
|
114
118
|
source_framework: g-cloud-14
|
|
@@ -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
|
package/package.json
CHANGED
|
@@ -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.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
name: Cyber essentials
|
|
2
|
-
question: Do you have a current Cyber Essentials certification?
|
|
3
|
-
|
|
4
|
-
depends:
|
|
5
|
-
- "on": lot
|
|
6
|
-
being:
|
|
7
|
-
- iaas-and-paas
|
|
8
|
-
- iaas-and-paas-above-official
|
|
9
|
-
|
|
10
|
-
type: boolean
|
|
11
|
-
|
|
12
|
-
validations:
|
|
13
|
-
- name: answer_required
|
|
14
|
-
message: Select yes if you have any other security certifications.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
name: Cyber essentials plus
|
|
2
|
-
question: Do you have a current Cyber Essentials Plus certification?
|
|
3
|
-
|
|
4
|
-
depends:
|
|
5
|
-
- "on": lot
|
|
6
|
-
being:
|
|
7
|
-
- iaas-and-paas
|
|
8
|
-
- iaas-and-paas-above-official
|
|
9
|
-
|
|
10
|
-
type: boolean
|
|
11
|
-
|
|
12
|
-
validations:
|
|
13
|
-
- name: answer_required
|
|
14
|
-
message: Select yes if you have any other security certifications.
|