ccs-digitalmarketplace-frameworks 4.11.2 → 4.11.4
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 +55 -1
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +64 -1
- package/frameworks/g-cloud-15/metadata/copy_services.yml +0 -46
- package/frameworks/g-cloud-15/questions/services/approachToResilience.yml +27 -0
- package/frameworks/g-cloud-15/questions/services/backup.yml +29 -0
- package/frameworks/g-cloud-15/questions/services/backupControls.yml +25 -0
- package/frameworks/g-cloud-15/questions/services/backupDatacentre.yml +31 -0
- package/frameworks/g-cloud-15/questions/services/backupRecovery.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/backupScheduling.yml +25 -0
- package/frameworks/g-cloud-15/questions/services/backupWhatData.yml +31 -0
- package/frameworks/g-cloud-15/questions/services/boardLevelServiceSecurity.yml +19 -0
- package/frameworks/g-cloud-15/questions/services/dataProtectionBetweenNetworks.yml +40 -0
- package/frameworks/g-cloud-15/questions/services/dataProtectionBetweenNetworksOther.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/dataProtectionWithinNetwork.yml +34 -0
- package/frameworks/g-cloud-15/questions/services/dataProtectionWithinNetworkOther.yml +21 -0
- package/frameworks/g-cloud-15/questions/services/dataSanitisation.yml +22 -0
- package/frameworks/g-cloud-15/questions/services/dataSanitisationTypeHosting.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/dataSanitisationTypeSoftware.yml +21 -0
- package/frameworks/g-cloud-15/questions/services/dataStorageAndProcessing.yml +24 -0
- package/frameworks/g-cloud-15/questions/services/dataStorageAndProcessingLocations.yml +28 -0
- package/frameworks/g-cloud-15/questions/services/dataStorageAndProcessingUserControl.yml +15 -0
- package/frameworks/g-cloud-15/questions/services/documentation.yml +21 -0
- package/frameworks/g-cloud-15/questions/services/documentationAccessibility.yml +31 -0
- package/frameworks/g-cloud-15/questions/services/documentationAccessibilityDescription.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/documentationFormats.yml +34 -0
- package/frameworks/g-cloud-15/questions/services/documentationFormatsOther.yml +25 -0
- package/frameworks/g-cloud-15/questions/services/endOfContractDataExtraction.yml +21 -0
- package/frameworks/g-cloud-15/questions/services/endOfContractProcess.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/gettingStarted.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/guaranteedAvailability.yml +22 -0
- package/frameworks/g-cloud-15/questions/services/metricsHosting.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/metricsHostingHow.yml +33 -0
- package/frameworks/g-cloud-15/questions/services/metricsHostingWhat.yml +44 -0
- package/frameworks/g-cloud-15/questions/services/metricsHostingWhatOther.yml +27 -0
- package/frameworks/g-cloud-15/questions/services/multiqDataProtectionBetweenNetworks.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqDataProtectionWithinNetwork.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqDataSanitisation.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/multiqDataStorageAndProcessing.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/multiqDocumentation.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/multiqMetricsHosting.yml +19 -0
- package/frameworks/g-cloud-15/questions/services/multiqPenetrationTesting.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqProtectionOfDataAtRest.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqServiceBacksUp.yml +19 -0
- package/frameworks/g-cloud-15/questions/services/multiqUsageNotifications.yml +16 -0
- package/frameworks/g-cloud-15/questions/services/multiqVirtualisation.yml +17 -0
- package/frameworks/g-cloud-15/questions/services/outageReporting.yml +25 -0
- package/frameworks/g-cloud-15/questions/services/penetrationTesting.yml +34 -0
- package/frameworks/g-cloud-15/questions/services/penetrationTestingApproach.yml +34 -0
- package/frameworks/g-cloud-15/questions/services/protectionOfDataAtRest.yml +35 -0
- package/frameworks/g-cloud-15/questions/services/protectionOfDataAtRestOther.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/usageNotifications.yml +21 -0
- package/frameworks/g-cloud-15/questions/services/usageNotificationsHow.yml +31 -0
- package/frameworks/g-cloud-15/questions/services/usageNotificationsHowOther.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/virtualisation.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/virtualisationImplementedBy.yml +25 -0
- package/frameworks/g-cloud-15/questions/services/virtualisationSeparation.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/virtualisationTechnologiesUsed.yml +39 -0
- package/frameworks/g-cloud-15/questions/services/virtualisationTechnologiesUsedOther.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/virtualisationThirdPartyProvider.yml +19 -0
- package/package.json +1 -1
|
@@ -36,4 +36,58 @@
|
|
|
36
36
|
questions:
|
|
37
37
|
- multiqWebInterface
|
|
38
38
|
- multiqAPIHosting
|
|
39
|
-
- multiqCommandLineInterface
|
|
39
|
+
- multiqCommandLineInterface
|
|
40
|
+
|
|
41
|
+
- name: Onboarding and offboarding
|
|
42
|
+
editable: True
|
|
43
|
+
questions:
|
|
44
|
+
- gettingStarted
|
|
45
|
+
- multiqDocumentation
|
|
46
|
+
- endOfContractDataExtraction
|
|
47
|
+
- endOfContractProcess
|
|
48
|
+
|
|
49
|
+
- name: Backups and recovery
|
|
50
|
+
editable: True
|
|
51
|
+
questions:
|
|
52
|
+
- multiqServiceBacksUp
|
|
53
|
+
|
|
54
|
+
- name: Analytics
|
|
55
|
+
editable: True
|
|
56
|
+
questions:
|
|
57
|
+
- multiqMetricsHosting
|
|
58
|
+
|
|
59
|
+
- name: Scaling
|
|
60
|
+
editable: True
|
|
61
|
+
questions:
|
|
62
|
+
- multiqUsageNotifications
|
|
63
|
+
|
|
64
|
+
- name: Data-in-transit protection
|
|
65
|
+
editable: True
|
|
66
|
+
questions:
|
|
67
|
+
- multiqDataProtectionBetweenNetworks
|
|
68
|
+
- multiqDataProtectionWithinNetwork
|
|
69
|
+
|
|
70
|
+
- name: Asset protection
|
|
71
|
+
editable: True
|
|
72
|
+
questions:
|
|
73
|
+
- multiqDataStorageAndProcessing
|
|
74
|
+
- multiqPenetrationTesting
|
|
75
|
+
- multiqProtectionOfDataAtRest
|
|
76
|
+
- multiqDataSanitisation
|
|
77
|
+
|
|
78
|
+
- name: Availability and resilience
|
|
79
|
+
editable: True
|
|
80
|
+
questions:
|
|
81
|
+
- guaranteedAvailability
|
|
82
|
+
- approachToResilience
|
|
83
|
+
- outageReporting
|
|
84
|
+
|
|
85
|
+
- name: Separation between users
|
|
86
|
+
editable: True
|
|
87
|
+
questions:
|
|
88
|
+
- multiqVirtualisation
|
|
89
|
+
|
|
90
|
+
- name: Governance
|
|
91
|
+
editable: True
|
|
92
|
+
questions:
|
|
93
|
+
- boardLevelServiceSecurity
|
|
@@ -47,4 +47,67 @@
|
|
|
47
47
|
questions:
|
|
48
48
|
- multiqWebInterface
|
|
49
49
|
- multiqAPIHosting
|
|
50
|
-
- multiqCommandLineInterface
|
|
50
|
+
- multiqCommandLineInterface
|
|
51
|
+
|
|
52
|
+
- name: Onboarding and offboarding
|
|
53
|
+
editable: False
|
|
54
|
+
edit_questions: True
|
|
55
|
+
questions:
|
|
56
|
+
- gettingStarted
|
|
57
|
+
- multiqDocumentation
|
|
58
|
+
- endOfContractDataExtraction
|
|
59
|
+
- endOfContractProcess
|
|
60
|
+
|
|
61
|
+
- name: Backups and recovery
|
|
62
|
+
editable: False
|
|
63
|
+
edit_questions: True
|
|
64
|
+
questions:
|
|
65
|
+
- multiqServiceBacksUp
|
|
66
|
+
|
|
67
|
+
- name: Analytics
|
|
68
|
+
editable: False
|
|
69
|
+
edit_questions: True
|
|
70
|
+
questions:
|
|
71
|
+
- multiqMetricsHosting
|
|
72
|
+
|
|
73
|
+
- name: Scaling
|
|
74
|
+
editable: False
|
|
75
|
+
edit_questions: True
|
|
76
|
+
questions:
|
|
77
|
+
- multiqUsageNotifications
|
|
78
|
+
|
|
79
|
+
- name: Data-in-transit protection
|
|
80
|
+
editable: False
|
|
81
|
+
edit_questions: True
|
|
82
|
+
questions:
|
|
83
|
+
- multiqDataProtectionBetweenNetworks
|
|
84
|
+
- multiqDataProtectionWithinNetwork
|
|
85
|
+
|
|
86
|
+
- name: Asset protection
|
|
87
|
+
editable: False
|
|
88
|
+
edit_questions: True
|
|
89
|
+
questions:
|
|
90
|
+
- multiqDataStorageAndProcessing
|
|
91
|
+
- multiqPenetrationTesting
|
|
92
|
+
- multiqProtectionOfDataAtRest
|
|
93
|
+
- multiqDataSanitisation
|
|
94
|
+
|
|
95
|
+
- name: Availability and resilience
|
|
96
|
+
editable: False
|
|
97
|
+
edit_questions: True
|
|
98
|
+
questions:
|
|
99
|
+
- guaranteedAvailability
|
|
100
|
+
- approachToResilience
|
|
101
|
+
- outageReporting
|
|
102
|
+
|
|
103
|
+
- name: Separation between users
|
|
104
|
+
editable: False
|
|
105
|
+
edit_questions: True
|
|
106
|
+
questions:
|
|
107
|
+
- multiqVirtualisation
|
|
108
|
+
|
|
109
|
+
- name: Governance
|
|
110
|
+
editable: False
|
|
111
|
+
edit_questions: True
|
|
112
|
+
questions:
|
|
113
|
+
- boardLevelServiceSecurity
|
|
@@ -7,18 +7,10 @@ questions_to_exclude:
|
|
|
7
7
|
- accessRestrictionTesting
|
|
8
8
|
- accreditationsOther
|
|
9
9
|
- accreditationsOtherList
|
|
10
|
-
- approachToResilience
|
|
11
10
|
- auditBuyersActions
|
|
12
11
|
- auditBuyersActionsStorage
|
|
13
12
|
- auditSuppliersActions
|
|
14
13
|
- auditSuppliersActionsStorage
|
|
15
|
-
- backup
|
|
16
|
-
- backupControls
|
|
17
|
-
- backupDatacentre
|
|
18
|
-
- backupRecovery
|
|
19
|
-
- backupScheduling
|
|
20
|
-
- backupWhatData
|
|
21
|
-
- boardLevelServiceSecurity
|
|
22
14
|
- browsersAccess
|
|
23
15
|
- browsersSupported
|
|
24
16
|
- cloudDeploymentModel
|
|
@@ -32,31 +24,13 @@ questions_to_exclude:
|
|
|
32
24
|
- dataExportHow
|
|
33
25
|
- dataImportFormats
|
|
34
26
|
- dataImportFormatsOther
|
|
35
|
-
- dataProtectionBetweenNetworks
|
|
36
|
-
- dataProtectionBetweenNetworksOther
|
|
37
|
-
- dataProtectionWithinNetwork
|
|
38
|
-
- dataProtectionWithinNetworkOther
|
|
39
|
-
- dataSanitisation
|
|
40
|
-
- dataSanitisationType
|
|
41
|
-
- dataSanitisationTypeHosting
|
|
42
|
-
- dataSanitisationTypeSoftware
|
|
43
|
-
- dataStorageAndProcessing
|
|
44
|
-
- dataStorageAndProcessingLocations
|
|
45
|
-
- dataStorageAndProcessingUserControl
|
|
46
27
|
- datacentreSecurityStandards
|
|
47
28
|
- devicesUsersManageTheServiceThrough
|
|
48
|
-
- documentation
|
|
49
|
-
- documentationAccessibility
|
|
50
|
-
- documentationAccessibilityDescription
|
|
51
|
-
- documentationFormats
|
|
52
|
-
- documentationFormatsOther
|
|
53
29
|
- educationPricing
|
|
54
30
|
- emailOrTicketingSupport
|
|
55
31
|
- emailOrTicketingSupportAccessibility
|
|
56
32
|
- emailOrTicketingSupportPriority
|
|
57
33
|
- emailOrTicketingSupportResponseTimes
|
|
58
|
-
- endOfContractDataExtraction
|
|
59
|
-
- endOfContractProcess
|
|
60
34
|
- energyEfficientDatacentres
|
|
61
35
|
- energyEfficientDatacentresDescription
|
|
62
36
|
- equalOpportunity
|
|
@@ -65,10 +39,8 @@ questions_to_exclude:
|
|
|
65
39
|
- freeVersionDescription
|
|
66
40
|
- freeVersionLink
|
|
67
41
|
- freeVersionTrialOption
|
|
68
|
-
- gettingStarted
|
|
69
42
|
- governmentSecurityClearances
|
|
70
43
|
- governmentSecurityClearancesFilter
|
|
71
|
-
- guaranteedAvailability
|
|
72
44
|
- howLongSystemLogsStored
|
|
73
45
|
- incidentManagementApproach
|
|
74
46
|
- incidentManagementType
|
|
@@ -80,10 +52,6 @@ questions_to_exclude:
|
|
|
80
52
|
- managementAccessAuthenticationDescription
|
|
81
53
|
- metrics
|
|
82
54
|
- metricsDescription
|
|
83
|
-
- metricsHosting
|
|
84
|
-
- metricsHostingHow
|
|
85
|
-
- metricsHostingWhat
|
|
86
|
-
- metricsHostingWhatOther
|
|
87
55
|
- metricsHow
|
|
88
56
|
- metricsSoftware
|
|
89
57
|
- metricsSoftwareDescription
|
|
@@ -96,9 +64,6 @@ questions_to_exclude:
|
|
|
96
64
|
- ongoingSupportDescription
|
|
97
65
|
- ongoingSupportServices
|
|
98
66
|
- onsiteSupport
|
|
99
|
-
- outageReporting
|
|
100
|
-
- penetrationTesting
|
|
101
|
-
- penetrationTestingApproach
|
|
102
67
|
- phoneSupport
|
|
103
68
|
- phoneSupportAvailability
|
|
104
69
|
- planningService
|
|
@@ -111,8 +76,6 @@ questions_to_exclude:
|
|
|
111
76
|
- priceMin
|
|
112
77
|
- priceUnit
|
|
113
78
|
- pricingDocumentURL
|
|
114
|
-
- protectionOfDataAtRest
|
|
115
|
-
- protectionOfDataAtRestOther
|
|
116
79
|
- protectiveMonitoringApproach
|
|
117
80
|
- protectiveMonitoringType
|
|
118
81
|
- publicSectorNetworks
|
|
@@ -184,21 +147,12 @@ questions_to_exclude:
|
|
|
184
147
|
- trainingDescription
|
|
185
148
|
- trainingServiceSpecific
|
|
186
149
|
- trainingServiceSpecificList
|
|
187
|
-
- usageNotifications
|
|
188
|
-
- usageNotificationsHow
|
|
189
|
-
- usageNotificationsHowOther
|
|
190
150
|
- userAuthentication
|
|
191
151
|
- userAuthenticationDescription
|
|
192
152
|
- userAuthenticationHosting
|
|
193
153
|
- userAuthenticationNeeded
|
|
194
154
|
- userAuthenticationSoftware
|
|
195
155
|
- userSupportAccessibility
|
|
196
|
-
- virtualisation
|
|
197
|
-
- virtualisationImplementedBy
|
|
198
|
-
- virtualisationSeparation
|
|
199
|
-
- virtualisationTechnologiesUsed
|
|
200
|
-
- virtualisationTechnologiesUsedOther
|
|
201
|
-
- virtualisationThirdPartyProvider
|
|
202
156
|
- vulnerabilityManagementApproach
|
|
203
157
|
- vulnerabilityManagementType
|
|
204
158
|
- webChatSupport
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: Approach to resilience
|
|
2
|
+
question: Describe how your service is designed to be resilient.
|
|
3
|
+
question_advice: >
|
|
4
|
+
Include how your datacentre setup is resilient. If you don’t want to make this information public, you can say that
|
|
5
|
+
it’s available on request.
|
|
6
|
+
|
|
7
|
+
Read about the government’s <a
|
|
8
|
+
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-2-asset-protection-and-resilience#resilience"
|
|
9
|
+
target="_blank" rel="noopener noreferrer">2nd cloud security principle: ‘Asset protection and resilience’ (link opens
|
|
10
|
+
in a new tab)</a>.
|
|
11
|
+
|
|
12
|
+
depends:
|
|
13
|
+
- "on": lot
|
|
14
|
+
being:
|
|
15
|
+
- iaas-and-paas
|
|
16
|
+
- iaas-and-paas-above-official
|
|
17
|
+
|
|
18
|
+
type: textbox_large
|
|
19
|
+
max_length_in_words: 200
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Enter description.
|
|
24
|
+
- name: under_200_words
|
|
25
|
+
message: Description must be 200 words or fewer.
|
|
26
|
+
- name: under_character_limit
|
|
27
|
+
message: Description must be 2000 characters or fewer.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
name: Backup and recovery
|
|
2
|
+
|
|
3
|
+
question: Does your service provide backup and recovery?
|
|
4
|
+
|
|
5
|
+
filter_label: backup and recovery is available
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
followup:
|
|
14
|
+
backupWhatData:
|
|
15
|
+
- true
|
|
16
|
+
backupControls:
|
|
17
|
+
- true
|
|
18
|
+
backupDatacentre:
|
|
19
|
+
- true
|
|
20
|
+
backupScheduling:
|
|
21
|
+
- true
|
|
22
|
+
backupRecovery:
|
|
23
|
+
- true
|
|
24
|
+
|
|
25
|
+
type: boolean
|
|
26
|
+
|
|
27
|
+
validations:
|
|
28
|
+
- name: answer_required
|
|
29
|
+
message: Select yes if your service provides backup and recovery.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
name: Backup controls
|
|
2
|
+
|
|
3
|
+
question: How do users control what backups are performed?
|
|
4
|
+
|
|
5
|
+
question_advice: Include, for example, whether users can back up different things on a different schedule.
|
|
6
|
+
|
|
7
|
+
hidden: true
|
|
8
|
+
|
|
9
|
+
depends:
|
|
10
|
+
- 'on': lot
|
|
11
|
+
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
- iaas-and-paas-above-official
|
|
14
|
+
|
|
15
|
+
type: textbox_large
|
|
16
|
+
|
|
17
|
+
max_length_in_words: 100
|
|
18
|
+
|
|
19
|
+
validations:
|
|
20
|
+
- name: answer_required
|
|
21
|
+
message: Enter details of how users can control what backups are performed.
|
|
22
|
+
- name: under_100_words
|
|
23
|
+
message: Description must be 100 words or fewer.
|
|
24
|
+
- name: under_character_limit
|
|
25
|
+
message: Description must be 1000 characters or fewer.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: Datacentre setup
|
|
2
|
+
|
|
3
|
+
question: "What’s your datacentre setup?"
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: checkboxes
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Multiple datacentres with disaster recovery
|
|
17
|
+
value: multiple_with_dr
|
|
18
|
+
filter_label: multiple datacentres with disaster recovery
|
|
19
|
+
- label: Multiple datacentres
|
|
20
|
+
value: multiple
|
|
21
|
+
filter_label: multiple datacentres
|
|
22
|
+
- label: Single datacentre with multiple copies
|
|
23
|
+
value: single_with_copies
|
|
24
|
+
filter_label: single datacentre with multiple copies
|
|
25
|
+
- label: Single datacentre
|
|
26
|
+
value: single
|
|
27
|
+
filter_label: single datacentre
|
|
28
|
+
|
|
29
|
+
validations:
|
|
30
|
+
- name: answer_required
|
|
31
|
+
message: Select a datacentre setup.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Backup recovery
|
|
2
|
+
|
|
3
|
+
question: How do users recover backups?
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: checkboxes
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Users can recover backups themselves, for example through a web interface
|
|
17
|
+
value: user_recovery
|
|
18
|
+
- label: Users contact the support team
|
|
19
|
+
value: support_request
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a recovery method.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
name: Scheduling backups
|
|
2
|
+
|
|
3
|
+
question: How do users schedule backups?
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
|
|
7
|
+
depends:
|
|
8
|
+
- 'on': lot
|
|
9
|
+
being:
|
|
10
|
+
- iaas-and-paas
|
|
11
|
+
- iaas-and-paas-above-official
|
|
12
|
+
|
|
13
|
+
type: radios
|
|
14
|
+
|
|
15
|
+
options:
|
|
16
|
+
- label: Users schedule backups through a web interface
|
|
17
|
+
value: user_defined
|
|
18
|
+
- label: Users contact the support team to schedule backups
|
|
19
|
+
value: support_request
|
|
20
|
+
- label: Supplier controls the whole backup schedule
|
|
21
|
+
value: supplier_defined
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
- name: answer_required
|
|
25
|
+
message: Select how users schedule backups.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: "What’s backed up"
|
|
2
|
+
|
|
3
|
+
question: What can the service back up?
|
|
4
|
+
|
|
5
|
+
question_advice: Examples include files, virtual machines, or databases.
|
|
6
|
+
|
|
7
|
+
hint: 10 words for each backup item, 10 backup items maximum.
|
|
8
|
+
|
|
9
|
+
optional: true
|
|
10
|
+
|
|
11
|
+
hidden: true
|
|
12
|
+
|
|
13
|
+
depends:
|
|
14
|
+
- 'on': lot
|
|
15
|
+
being:
|
|
16
|
+
- iaas-and-paas
|
|
17
|
+
- iaas-and-paas-above-official
|
|
18
|
+
|
|
19
|
+
list_item_name: backup item
|
|
20
|
+
|
|
21
|
+
type: list
|
|
22
|
+
|
|
23
|
+
validations:
|
|
24
|
+
- name: answer_required
|
|
25
|
+
message: Enter a backup item.
|
|
26
|
+
- name: max_items_limit
|
|
27
|
+
message: You must have 10 or fewer backup items.
|
|
28
|
+
- name: under_10_words
|
|
29
|
+
message: Each backup item must be 10 words or fewer.
|
|
30
|
+
- name: under_character_limit
|
|
31
|
+
message: Each backup item must be 100 characters or fewer.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Named board-level person responsible for service security
|
|
2
|
+
question: Does your organisation have a named person with board-level (or equivalent) authorisation who’s responsible for the
|
|
3
|
+
security of all of your services?
|
|
4
|
+
question_advice: >
|
|
5
|
+
Read about the government’s <a href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-4-governance-framework"
|
|
6
|
+
target="_blank" rel="noopener noreferrer">4th cloud security principle: ‘Governance framework’ (link opens in a new
|
|
7
|
+
tab)</a>.
|
|
8
|
+
|
|
9
|
+
depends:
|
|
10
|
+
- "on": lot
|
|
11
|
+
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
- iaas-and-paas-above-official
|
|
14
|
+
|
|
15
|
+
type: boolean
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
message: Select yes if your organisation has a board-level person responsible for service security.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
name: Data protection between buyer and supplier networks
|
|
2
|
+
question: How do you protect data between the buyer’s network and your network?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the government’s <a
|
|
5
|
+
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-1-data-transit-protection" target="_blank"
|
|
6
|
+
rel="noopener noreferrer">1st cloud security principle: ’Data-in-transit protection’ (link opens in a new tab)</a>.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- iaas-and-paas-above-official
|
|
13
|
+
followup:
|
|
14
|
+
dataProtectionBetweenNetworksOther:
|
|
15
|
+
- other
|
|
16
|
+
|
|
17
|
+
type: checkboxes
|
|
18
|
+
options:
|
|
19
|
+
- label: Private network or public sector network
|
|
20
|
+
value: private_or_psn
|
|
21
|
+
filter_label: private network or public sector network
|
|
22
|
+
- label: TLS (Version 1.2 or above)
|
|
23
|
+
value: tls
|
|
24
|
+
filter_label: TLS (version 1.2 or above)
|
|
25
|
+
- label: IPsec or TLS VPN gateway
|
|
26
|
+
value: ipsec_or_vpn
|
|
27
|
+
- label: Bonded fibre optic connections
|
|
28
|
+
value: bonded_fibre
|
|
29
|
+
filter_label: bonded fibre optic connections
|
|
30
|
+
- label: Legacy SSL and TLS (under 1.2)
|
|
31
|
+
value: legacy_ssl
|
|
32
|
+
filter_ignore: true
|
|
33
|
+
filter_label: legacy SSL and TLS (under version 1.2)
|
|
34
|
+
- label: Other
|
|
35
|
+
value: other
|
|
36
|
+
filter_ignore: true
|
|
37
|
+
|
|
38
|
+
validations:
|
|
39
|
+
- name: answer_required
|
|
40
|
+
message: Select a data protection method.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Other protection between networks
|
|
2
|
+
question: Describe how else you protect data between the buyer’s network and your network.
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 100
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter description.
|
|
17
|
+
- name: under_100_words
|
|
18
|
+
message: Description must be 100 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Description must be 1000 characters or fewer.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
name: Data protection within supplier network
|
|
2
|
+
question: How do you protect data within your network?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the government’s <a
|
|
5
|
+
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-1-data-transit-protection" target="_blank"
|
|
6
|
+
rel="noopener noreferrer">1st cloud security principle: ’Data-in-transit protection’ (link opens in a new tab)</a>.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- iaas-and-paas-above-official
|
|
13
|
+
followup:
|
|
14
|
+
dataProtectionWithinNetworkOther:
|
|
15
|
+
- other
|
|
16
|
+
|
|
17
|
+
type: checkboxes
|
|
18
|
+
options:
|
|
19
|
+
- label: TLS (Version 1.2 or above)
|
|
20
|
+
value: tls
|
|
21
|
+
filter_label: TLS (version 1.2 or above)
|
|
22
|
+
- label: IPsec or TLS VPN gateway
|
|
23
|
+
value: ipsec_or_vpn
|
|
24
|
+
- label: Legacy SSL and TLS (under 1.2)
|
|
25
|
+
value: ssl
|
|
26
|
+
filter_ignore: true
|
|
27
|
+
filter_label: legacy SSL and TLS (under version 1.2)
|
|
28
|
+
- label: Other
|
|
29
|
+
value: other
|
|
30
|
+
filter_ignore: true
|
|
31
|
+
|
|
32
|
+
validations:
|
|
33
|
+
- name: answer_required
|
|
34
|
+
message: Select a data protection method.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
name: Other protection within supplier network
|
|
2
|
+
question: Describe how else you protect data within your network.
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 100
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter description.
|
|
17
|
+
- name: under_100_words
|
|
18
|
+
message: Description must be 100 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Description must be 1000 characters or fewer.
|
|
21
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: Data sanitisation process
|
|
2
|
+
question: Do you have a data sanitisation process?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the government’s <a
|
|
5
|
+
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-2-asset-protection-and-resilience#sanitisation"
|
|
6
|
+
target="_blank" rel="noopener noreferrer">2nd cloud security principle: ‘Asset protection and resilience’ (link opens
|
|
7
|
+
in a new tab)</a>.
|
|
8
|
+
|
|
9
|
+
depends:
|
|
10
|
+
- "on": lot
|
|
11
|
+
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
- iaas-and-paas-above-official
|
|
14
|
+
followup:
|
|
15
|
+
dataSanitisationType:
|
|
16
|
+
- true
|
|
17
|
+
|
|
18
|
+
type: boolean
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
- name: answer_required
|
|
22
|
+
message: Select yes if you have a data sanitisation process.
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
|
|
12
|
+
type: checkboxes
|
|
13
|
+
options:
|
|
14
|
+
- label: Explicit overwriting of storage before reallocation
|
|
15
|
+
value: overwriting
|
|
16
|
+
- label: Deleted data can’t be directly accessed
|
|
17
|
+
value: no_access
|
|
18
|
+
- label: Hardware containing data is completely destroyed
|
|
19
|
+
value: hardware_destroyed
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select a data sanitisation process.
|
|
@@ -0,0 +1,21 @@
|
|
|
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
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
|
|
12
|
+
type: checkboxes
|
|
13
|
+
options:
|
|
14
|
+
- label: Explicit overwriting of storage before reallocation
|
|
15
|
+
value: overwriting
|
|
16
|
+
- label: Deleted data can’t be directly accessed
|
|
17
|
+
value: no_access
|
|
18
|
+
|
|
19
|
+
validations:
|
|
20
|
+
- name: answer_required
|
|
21
|
+
message: Select a data sanitisation process.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
name: Knowledge of data storage and processing locations
|
|
2
|
+
question: Do you know where your data is stored and processed?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read the government’s <a
|
|
5
|
+
href="https://www.ncsc.gov.uk/guidance/cloud-security-principle-2-asset-protection-and-resilience#physical"
|
|
6
|
+
target="_blank" rel="noopener noreferrer">cloud security guidance for data storage (link opens
|
|
7
|
+
in a new tab)</a>.
|
|
8
|
+
|
|
9
|
+
depends:
|
|
10
|
+
- "on": lot
|
|
11
|
+
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
- iaas-and-paas-above-official
|
|
14
|
+
followup:
|
|
15
|
+
dataStorageAndProcessingLocations:
|
|
16
|
+
- true
|
|
17
|
+
dataStorageAndProcessingUserControl:
|
|
18
|
+
- true
|
|
19
|
+
|
|
20
|
+
type: boolean
|
|
21
|
+
|
|
22
|
+
validations:
|
|
23
|
+
- name: answer_required
|
|
24
|
+
message: Select yes if you know where your data is stored and processed.
|