ccs-digitalmarketplace-frameworks 5.1.45 → 5.1.47

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.
Files changed (18) hide show
  1. package/frameworks/g-cloud-15/manifests/edit_additional_lot_questions.yml +7 -0
  2. package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +1 -0
  3. package/frameworks/g-cloud-15/manifests/edit_submission.yml +1 -0
  4. package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusAlternative.yml +23 -0
  5. package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusCertificateValidation.yml +23 -0
  6. package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml +20 -0
  7. package/frameworks/g-cloud-15/questions/additional-lot-questions/multiqCyberEssentialsPlus.yml +14 -0
  8. package/frameworks/g-cloud-15/questions/services/cyberEssentialsAlternative.yml +23 -0
  9. package/frameworks/g-cloud-15/questions/services/cyberEssentialsPlusValidation.yml +24 -0
  10. package/frameworks/g-cloud-15/questions/services/cyberEssentialsValidation.yml +24 -0
  11. package/frameworks/g-cloud-15/questions/services/metricsResourceTagging.yml +1 -1
  12. package/frameworks/g-cloud-15/questions/services/multiqStandardsCyber.yml +0 -3
  13. package/frameworks/g-cloud-15/questions/services/multiqStandardsCyberValidated.yml +17 -0
  14. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentials.yml +0 -3
  15. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlus.yml +0 -3
  16. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlusValidated.yml +21 -0
  17. package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsValidated.yml +21 -0
  18. package/package.json +1 -1
@@ -61,3 +61,10 @@
61
61
  - multiqHowDoYouManageStaffSecurityClearanceChecks
62
62
  - multiqWhatLevelOfSecurityClearance
63
63
  - multiqHaveInPlaceCyberEssentials
64
+
65
+ -
66
+ name: "Cyber Essentials"
67
+ slug: cyber_essentials
68
+ editable: True
69
+ questions:
70
+ - multiqCyberEssentialsPlus
@@ -204,6 +204,7 @@
204
204
  - multiqStandardsCSASTAR
205
205
  - multiqStandardsPCI
206
206
  - multiqStandardsCyber
207
+ - multiqStandardsCyberValidated
207
208
  - multiqAccreditationsOther
208
209
 
209
210
  - name: Energy efficiency
@@ -319,6 +319,7 @@
319
319
  - multiqStandardsCSASTAR
320
320
  - multiqStandardsPCI
321
321
  - multiqStandardsCyber
322
+ - multiqStandardsCyberValidated
322
323
  - multiqAccreditationsOther
323
324
 
324
325
  - name: Energy efficiency
@@ -0,0 +1,23 @@
1
+ name: Alternative
2
+ question: Please select an option below
3
+
4
+ hidden: true
5
+
6
+ depends:
7
+ - "on": route
8
+ being:
9
+ - iaas-and-paas
10
+ - iaas-and-paas-above-official
11
+
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
@@ -0,0 +1,23 @@
1
+ name: Cyber Essentials [Plus] certificate Number
2
+ question: Please provide your Cyber Essential Plus Certificate Number
3
+ question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
4
+ depends:
5
+ - "on": route
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ hidden: true
11
+ type: text
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: You must provide a valid certificate number
16
+ - name: certificate_not_right_level
17
+ message: This certificate is not at the required level (please select ‘no' to continue)
18
+ - name: certificate_expired
19
+ message: This certificate has expired (please select ‘no' to continue)
20
+ - name: certificate_not_found
21
+ message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
22
+ - name: api_error
23
+ message: The certificate number provided is not a recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
@@ -0,0 +1,20 @@
1
+ name: Do you have a Cyber Essentials [Plus] certificate?
2
+ question: In relation to the services do you have a current and valid Cyber Essentials [Plus] certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies (IASME) within the most recent 12 months.
3
+
4
+ depends:
5
+ - "on": route
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: boolean
11
+
12
+ followup:
13
+ cyberEssentialsPlusCertificateValidation:
14
+ - true
15
+ cyberEssentialsPlusAlternative:
16
+ - false
17
+
18
+ validations:
19
+ - name: answer_required
20
+ message: You must select an option
@@ -0,0 +1,14 @@
1
+ name: Cyber Essentials
2
+ question: ""
3
+
4
+ depends:
5
+ - "on": route
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: multiquestion
11
+ questions:
12
+ - cyberEssentialsPlusPossession
13
+ - cyberEssentialsPlusCertificateValidation
14
+ - cyberEssentialsPlusAlternative
@@ -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
@@ -0,0 +1,24 @@
1
+ name: Cyber Essentials Plus Validation
2
+ question: Please provide your Cyber Essential Plus Certificate Number
3
+ question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ hidden: true
12
+ type: text
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: You must provide a valid certificate number
17
+ - name: certificate_not_right_level
18
+ message: This certificate number does not have the required certificate level
19
+ - name: certificate_expired
20
+ message: This certificate number has expired
21
+ - name: certificate_not_found
22
+ message: The certificate number provided is not recognised by IASME
23
+ - name: api_error
24
+ message: The certificate number provided is not recognised by IASME
@@ -0,0 +1,24 @@
1
+ name: Cyber Essentials Validation
2
+ question: Please provide your Cyber Essential Certificate Number
3
+ question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ hidden: true
12
+ type: text
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: You must provide a valid certificate number
17
+ - name: certificate_not_right_level
18
+ message: This certificate number does not have the required certificate level
19
+ - name: certificate_expired
20
+ message: This certificate number has expired
21
+ - name: certificate_not_found
22
+ message: The certificate number provided is not recognised by IASME
23
+ - name: api_error
24
+ message: The certificate number provided is not recognised by IASME
@@ -1,4 +1,4 @@
1
- name: resource tagging
1
+ name: Resource tagging
2
2
 
3
3
  question: Does your solution support resource tagging?
4
4
 
@@ -6,9 +6,6 @@ depends:
6
6
  being:
7
7
  - iaas-and-paas
8
8
  - iaas-and-paas-above-official
9
- - isaas
10
- - cloud-support
11
- - saas
12
9
 
13
10
  type: multiquestion
14
11
  questions:
@@ -0,0 +1,17 @@
1
+ name: Cyber essentials
2
+ question: Cyber essentials
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ type: multiquestion
12
+ questions:
13
+ - standardsCyberEssentialsValidated
14
+ - standardsCyberEssentialsPlusValidated
15
+ - cyberEssentialsAlternative
16
+ - cyberEssentialsPlusValidation
17
+ - cyberEssentialsValidation
@@ -6,9 +6,6 @@ depends:
6
6
  being:
7
7
  - iaas-and-paas
8
8
  - iaas-and-paas-above-official
9
- - isaas
10
- - cloud-support
11
- - saas
12
9
 
13
10
  type: boolean
14
11
 
@@ -6,9 +6,6 @@ depends:
6
6
  being:
7
7
  - iaas-and-paas
8
8
  - iaas-and-paas-above-official
9
- - isaas
10
- - cloud-support
11
- - saas
12
9
 
13
10
  type: boolean
14
11
 
@@ -0,0 +1,21 @@
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
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ type: boolean
12
+
13
+ followup:
14
+ cyberEssentialsPlusValidation:
15
+ - true
16
+ cyberEssentialsAlternative:
17
+ - false
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if you have any other security certifications.
@@ -0,0 +1,21 @@
1
+ name: Cyber essentials
2
+ question: Do you have a current Cyber Essentials certification?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - isaas
8
+ - cloud-support
9
+ - saas
10
+
11
+ type: boolean
12
+
13
+ followup:
14
+ cyberEssentialsValidation:
15
+ - true
16
+ cyberEssentialsAlternative:
17
+ - false
18
+
19
+ validations:
20
+ - name: answer_required
21
+ message: Select yes if you have any other security certifications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.45",
3
+ "version": "5.1.47",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",