ccs-digitalmarketplace-frameworks 5.1.52 → 5.1.53
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 +0 -1
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +0 -1
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusCertificateValidation.yml +2 -2
- package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml +1 -1
- package/frameworks/g-cloud-15/questions/services/backupRPORTO.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/backupWithObjectives.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/vulnerabilityManagementType.yml +1 -0
- package/package.json +1 -1
- package/frameworks/g-cloud-15/questions/services/sfiaRateDocumentURL.yml +0 -37
|
@@ -18,6 +18,6 @@ validations:
|
|
|
18
18
|
- name: certificate_expired
|
|
19
19
|
message: This certificate has expired (please select ‘no' to continue)
|
|
20
20
|
- name: certificate_not_found
|
|
21
|
-
message: The certificate number provided is not
|
|
21
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
|
|
22
22
|
- name: api_error
|
|
23
|
-
message: The certificate number provided is not
|
|
23
|
+
message: The certificate number provided is not recognised by IASME as a Cyber Essential Plus certificate number (please select ‘no' to continue)
|
package/frameworks/g-cloud-15/questions/additional-lot-questions/cyberEssentialsPlusPossession.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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
|
|
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
|
package/package.json
CHANGED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
name: Skills Framework for the Information Age rate card
|
|
2
|
-
question: Add your Skills Framework for the Information Age (SFIA) rate card
|
|
3
|
-
hint: >
|
|
4
|
-
<p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
|
|
5
|
-
<p class="govuk-body">Your document should:</p>
|
|
6
|
-
<ul class="govuk-list govuk-list--bullet">
|
|
7
|
-
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
8
|
-
<li>have a maximum file size of 5MB</li>
|
|
9
|
-
<li>meet accessibility standards</li>
|
|
10
|
-
</ul>
|
|
11
|
-
<p class="govuk-body">
|
|
12
|
-
<a class="govuk-link" target="_blank" rel="noopener noreferrer" href="https://www.gov.uk/guidance/how-to-publish-on-gov-uk/accessible-pdfs">Read the guidance on accessible documents (link opens in a new tab)</a>.
|
|
13
|
-
</p>
|
|
14
|
-
|
|
15
|
-
optional: true
|
|
16
|
-
depends:
|
|
17
|
-
- "on": lot
|
|
18
|
-
being:
|
|
19
|
-
- iaas-and-paas
|
|
20
|
-
- iaas-and-paas-above-official
|
|
21
|
-
- saas
|
|
22
|
-
|
|
23
|
-
type: upload
|
|
24
|
-
|
|
25
|
-
file_settings:
|
|
26
|
-
name: sfia-rate-card
|
|
27
|
-
max_size: 5
|
|
28
|
-
file_types:
|
|
29
|
-
- open_document
|
|
30
|
-
|
|
31
|
-
validations:
|
|
32
|
-
- name: file_is_valid_format
|
|
33
|
-
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
34
|
-
- name: file_is_less_than_5mb
|
|
35
|
-
message: The file must be smaller than 5MB.
|
|
36
|
-
- name: file_can_be_saved
|
|
37
|
-
message: The selected file could not be uploaded - try again.
|