ccs-digitalmarketplace-frameworks 5.1.57 → 5.1.59
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/metadata/copy_services.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/cyberEssentialsAlternative.yml +3 -3
- package/frameworks/g-cloud-15/questions/services/cyberEssentialsPlusAlternative.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/multiqServiceBacksUp.yml +0 -1
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCyberValidated.yml +2 -1
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlusValidated.yml +1 -1
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/services/backup.yml +0 -28
|
@@ -11,13 +11,13 @@ depends:
|
|
|
11
11
|
hidden: true
|
|
12
12
|
type: radios
|
|
13
13
|
options:
|
|
14
|
-
- label: In relation to the services you do not have a current and valid Cyber Essentials
|
|
14
|
+
- label: In relation to the services you do not have a current and valid Cyber Essentials certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials certificate by one of the government approved accreditation bodies, by the date of framework award.
|
|
15
15
|
value: in_progress
|
|
16
|
-
- label: You do not have a current and valid Cyber Essentials
|
|
16
|
+
- label: You do not have a current and valid Cyber Essentials certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
|
|
17
17
|
value: iasme_equivalent
|
|
18
18
|
- label: None of the criteria
|
|
19
19
|
value: None
|
|
20
20
|
|
|
21
21
|
validations:
|
|
22
22
|
- name: answer_required
|
|
23
|
-
message: You must select an option
|
|
23
|
+
message: You must select an option
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Cyber Essentials Alternative
|
|
2
|
+
question: Please select an option below
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- isaas
|
|
8
|
+
- cloud-support
|
|
9
|
+
- saas
|
|
10
|
+
|
|
11
|
+
hidden: true
|
|
12
|
+
type: radios
|
|
13
|
+
options:
|
|
14
|
+
- label: In relation to the services you do not have a current and valid Cyber Essentials Plus certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies but you are working towards gaining it, and will be in a position to confirm that you have been awarded a current and valid Cyber Essentials Plus certificate by one of the government approved accreditation bodies, by the date of framework award.
|
|
15
|
+
value: in_progress
|
|
16
|
+
- label: You do not have a current and valid Cyber Essentials Plus certificate, or will not have in place by the date of framework award but have an IASME certified equivalent.
|
|
17
|
+
value: iasme_equivalent
|
|
18
|
+
- label: None of the criteria
|
|
19
|
+
value: None
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: You must select an option
|
|
@@ -12,6 +12,7 @@ type: multiquestion
|
|
|
12
12
|
questions:
|
|
13
13
|
- standardsCyberEssentialsValidated
|
|
14
14
|
- cyberEssentialsValidation
|
|
15
|
+
- cyberEssentialsAlternative
|
|
15
16
|
- standardsCyberEssentialsPlusValidated
|
|
16
17
|
- cyberEssentialsPlusValidation
|
|
17
|
-
-
|
|
18
|
+
- cyberEssentialsPlusAlternative
|
package/package.json
CHANGED
|
@@ -1,28 +0,0 @@
|
|
|
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-above-official
|
|
11
|
-
|
|
12
|
-
followup:
|
|
13
|
-
backupWhatData:
|
|
14
|
-
- true
|
|
15
|
-
backupControls:
|
|
16
|
-
- true
|
|
17
|
-
backupDatacentre:
|
|
18
|
-
- true
|
|
19
|
-
backupScheduling:
|
|
20
|
-
- true
|
|
21
|
-
backupRecovery:
|
|
22
|
-
- true
|
|
23
|
-
|
|
24
|
-
type: boolean
|
|
25
|
-
|
|
26
|
-
validations:
|
|
27
|
-
- name: answer_required
|
|
28
|
-
message: Select yes if your service provides backup and recovery.
|