ccs-digitalmarketplace-frameworks 5.1.44 → 5.1.46

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.
@@ -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
@@ -200,8 +200,8 @@
200
200
  questions:
201
201
  - multiqStandardsISOIEC27001
202
202
  - multiqStandardsISO28000
203
- - multiqStandardsCSASTAR
204
203
  - qualityManagementSystem
204
+ - multiqStandardsCSASTAR
205
205
  - multiqStandardsPCI
206
206
  - multiqStandardsCyber
207
207
  - multiqAccreditationsOther
@@ -315,8 +315,8 @@
315
315
  - multiqStandardsISOIEC27001
316
316
  - multiqStandardsISO28000
317
317
  - multiqStandardsISO9001
318
- - multiqStandardsCSASTAR
319
318
  - qualityManagementSystem
319
+ - multiqStandardsCSASTAR
320
320
  - multiqStandardsPCI
321
321
  - multiqStandardsCyber
322
322
  - multiqAccreditationsOther
@@ -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
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.44",
3
+ "version": "5.1.46",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",