ccs-digitalmarketplace-frameworks 5.1.59 → 5.1.61
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/questions/additional-lot-questions/cyberEssentialsPlusAlternative.yml +2 -2
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusCertificateValidation.yml +6 -6
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCyberValidated.yml +4 -4
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlusValidated.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/{cyberEssentialsPlusValidation.yml → standardsCyberEssentialsPlusValidation.yml} +2 -2
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsValidated.yml +2 -2
- package/frameworks/g-cloud-15/questions/services/{cyberEssentialsValidation.yml → standardsCyberEssentialsValidation.yml} +2 -2
- package/package.json +1 -1
- /package/frameworks/g-cloud-15/questions/services/{cyberEssentialsAlternative.yml → standardsCyberEssentialsAlternative.yml} +0 -0
- /package/frameworks/g-cloud-15/questions/services/{cyberEssentialsPlusAlternative.yml → standardsCyberEssentialsPlusAlternative.yml} +0 -0
package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusAlternative.yml
CHANGED
|
@@ -11,9 +11,9 @@ depends:
|
|
|
11
11
|
|
|
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 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
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 Plus 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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
name: Cyber Essentials
|
|
2
|
-
question: Please provide your Cyber
|
|
1
|
+
name: Cyber Essentials Plus certificate Number
|
|
2
|
+
question: Please provide your Cyber Essentials Plus Certificate Number
|
|
3
3
|
question_advice: Certificate number should be in the format ‘xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx’
|
|
4
4
|
depends:
|
|
5
5
|
- "on": route
|
|
@@ -17,10 +17,10 @@ validations:
|
|
|
17
17
|
- name: answer_required
|
|
18
18
|
message: You must provide a valid certificate number
|
|
19
19
|
- name: certificate_not_right_level
|
|
20
|
-
message: This certificate is not at the required level
|
|
20
|
+
message: This certificate is not at the required level
|
|
21
21
|
- name: certificate_expired
|
|
22
|
-
message: This certificate has expired
|
|
22
|
+
message: This certificate has expired
|
|
23
23
|
- name: certificate_not_found
|
|
24
|
-
message: The certificate number provided is not recognised by IASME as a Cyber
|
|
24
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials Plus certificate number
|
|
25
25
|
- name: api_error
|
|
26
|
-
message: The certificate number provided is not recognised by IASME as a Cyber
|
|
26
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials Plus certificate number
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
name: Do you have a Cyber Essentials
|
|
2
|
-
question: In relation to the services do you have a current and valid Cyber Essentials
|
|
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
3
|
|
|
4
4
|
depends:
|
|
5
5
|
- "on": route
|
|
@@ -11,8 +11,8 @@ depends:
|
|
|
11
11
|
type: multiquestion
|
|
12
12
|
questions:
|
|
13
13
|
- standardsCyberEssentialsValidated
|
|
14
|
-
-
|
|
15
|
-
-
|
|
14
|
+
- standardsCyberEssentialsValidation
|
|
15
|
+
- standardsCyberEssentialsAlternative
|
|
16
16
|
- standardsCyberEssentialsPlusValidated
|
|
17
|
-
-
|
|
18
|
-
-
|
|
17
|
+
- standardsCyberEssentialsPlusValidation
|
|
18
|
+
- standardsCyberEssentialsPlusAlternative
|
|
@@ -22,6 +22,6 @@ validations:
|
|
|
22
22
|
- name: certificate_expired
|
|
23
23
|
message: This certificate number has expired
|
|
24
24
|
- name: certificate_not_found
|
|
25
|
-
message: The certificate number provided is not recognised by IASME
|
|
25
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
|
|
26
26
|
- name: api_error
|
|
27
|
-
message: The certificate number provided is not recognised by IASME
|
|
27
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
|
|
@@ -22,6 +22,6 @@ validations:
|
|
|
22
22
|
- name: certificate_expired
|
|
23
23
|
message: This certificate number has expired
|
|
24
24
|
- name: certificate_not_found
|
|
25
|
-
message: The certificate number provided is not recognised by IASME
|
|
25
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
|
|
26
26
|
- name: api_error
|
|
27
|
-
message: The certificate number provided is not recognised by IASME
|
|
27
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essentials certificate number
|
package/package.json
CHANGED
|
File without changes
|