ccs-digitalmarketplace-frameworks 4.11.4 → 4.11.5
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.yml +5 -0
- package/frameworks/g-cloud-15/manifests/edit_service_as_admin.yml +22 -1
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +25 -1
- package/frameworks/g-cloud-15/questions/services/accreditationsOther.yml +17 -0
- package/frameworks/g-cloud-15/questions/services/accreditationsOtherList.yml +22 -0
- package/frameworks/g-cloud-15/questions/services/energyEfficientDatacentres.yml +19 -0
- package/frameworks/g-cloud-15/questions/services/energyEfficientDatacentresDescription.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/multiqAccreditationsOther.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqEnergyEfficiency.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCSASTAR.yml +15 -0
- package/frameworks/g-cloud-15/questions/services/multiqStandardsCyber.yml +13 -0
- package/frameworks/g-cloud-15/questions/services/multiqStandardsPCI.yml +15 -0
- package/frameworks/g-cloud-15/questions/services/pricingDocumentURL.yml +37 -0
- package/frameworks/g-cloud-15/questions/services/serviceDefinitionDocumentURL.yml +39 -0
- package/frameworks/g-cloud-15/questions/services/sfiaRateDocumentURL.yml +36 -0
- package/frameworks/g-cloud-15/questions/services/standardsCSASTAR.yml +23 -0
- package/frameworks/g-cloud-15/questions/services/standardsCSASTARExclusions.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/standardsCSASTARLevel.yml +26 -0
- package/frameworks/g-cloud-15/questions/services/standardsCSASTARWhen.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentials.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/standardsCyberEssentialsPlus.yml +14 -0
- package/frameworks/g-cloud-15/questions/services/standardsPCI.yml +22 -0
- package/frameworks/g-cloud-15/questions/services/standardsPCIExclusions.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/standardsPCIWhen.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/standardsPCIWho.yml +20 -0
- package/frameworks/g-cloud-15/questions/services/termsAndConditionsDocumentURL.yml +37 -0
- package/package.json +1 -1
|
@@ -90,4 +90,25 @@
|
|
|
90
90
|
- name: Governance
|
|
91
91
|
editable: True
|
|
92
92
|
questions:
|
|
93
|
-
- boardLevelServiceSecurity
|
|
93
|
+
- boardLevelServiceSecurity
|
|
94
|
+
|
|
95
|
+
- name: Standards and certifications
|
|
96
|
+
editable: True
|
|
97
|
+
questions:
|
|
98
|
+
- multiqStandardsCSASTAR
|
|
99
|
+
- multiqStandardsPCI
|
|
100
|
+
- multiqStandardsCyber
|
|
101
|
+
- multiqAccreditationsOther
|
|
102
|
+
|
|
103
|
+
- name: Energy efficiency
|
|
104
|
+
editable: True
|
|
105
|
+
questions:
|
|
106
|
+
- multiqEnergyEfficiency
|
|
107
|
+
|
|
108
|
+
- name: Documents
|
|
109
|
+
editable: True
|
|
110
|
+
questions:
|
|
111
|
+
- serviceDefinitionDocumentURL
|
|
112
|
+
- termsAndConditionsDocumentURL
|
|
113
|
+
- pricingDocumentURL
|
|
114
|
+
- sfiaRateDocumentURL
|
|
@@ -110,4 +110,28 @@
|
|
|
110
110
|
editable: False
|
|
111
111
|
edit_questions: True
|
|
112
112
|
questions:
|
|
113
|
-
- boardLevelServiceSecurity
|
|
113
|
+
- boardLevelServiceSecurity
|
|
114
|
+
|
|
115
|
+
- name: Standards and certifications
|
|
116
|
+
editable: False
|
|
117
|
+
edit_questions: True
|
|
118
|
+
questions:
|
|
119
|
+
- multiqStandardsCSASTAR
|
|
120
|
+
- multiqStandardsPCI
|
|
121
|
+
- multiqStandardsCyber
|
|
122
|
+
- multiqAccreditationsOther
|
|
123
|
+
|
|
124
|
+
- name: Energy efficiency
|
|
125
|
+
editable: False
|
|
126
|
+
edit_questions: True
|
|
127
|
+
questions:
|
|
128
|
+
- multiqEnergyEfficiency
|
|
129
|
+
|
|
130
|
+
- name: Documents
|
|
131
|
+
editable: False
|
|
132
|
+
edit_questions: True
|
|
133
|
+
questions:
|
|
134
|
+
- serviceDefinitionDocumentURL
|
|
135
|
+
- termsAndConditionsDocumentURL
|
|
136
|
+
- pricingDocumentURL
|
|
137
|
+
- sfiaRateDocumentURL
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
name: Other security certifications
|
|
2
|
+
question: Do you have any other security certifications that cover this service?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
followup:
|
|
10
|
+
accreditationsOtherList:
|
|
11
|
+
- true
|
|
12
|
+
|
|
13
|
+
type: boolean
|
|
14
|
+
|
|
15
|
+
validations:
|
|
16
|
+
- name: answer_required
|
|
17
|
+
message: Select yes if you have any other security certifications.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: Any other security certifications
|
|
2
|
+
question: What other security certifications do you have?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
list_item_name: security certification
|
|
12
|
+
type: list
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter a security certification.
|
|
17
|
+
- name: under_10_words
|
|
18
|
+
message: Each security certification must be 10 words or fewer.
|
|
19
|
+
- name: max_items_limit
|
|
20
|
+
message: You must have 10 or fewer security certifications.
|
|
21
|
+
- name: under_character_limit
|
|
22
|
+
message: Each security certification must be 100 characters or fewer.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
name: Energy-efficient datacentres
|
|
2
|
+
question: Do your datacentres adhere to the EU code of conduct for energy-efficient datacentres?
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the <a href="https://joint-research-centre.ec.europa.eu/energy-efficiency/energy-efficiency-products/code-conduct-ict/code-conduct-energy-efficiency-data-centres_en" target="_blank" rel="noopener noreferrer">EU code of conduct for energy-efficient datacentres (link opens in a new tab)</a>.
|
|
5
|
+
|
|
6
|
+
depends:
|
|
7
|
+
- "on": lot
|
|
8
|
+
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
followup:
|
|
12
|
+
energyEfficientDatacentresDescription:
|
|
13
|
+
- true
|
|
14
|
+
|
|
15
|
+
type: boolean
|
|
16
|
+
|
|
17
|
+
validations:
|
|
18
|
+
- name: answer_required
|
|
19
|
+
message: Select yes if your datacentres adhere to the EU code of conduct.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Description of energy efficient datacentres
|
|
2
|
+
question: Describe how your datacentres adhere to the EU Code of Conduct for Energy Efficient datacentres
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 200
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter description.
|
|
17
|
+
- name: under_200_words
|
|
18
|
+
message: Description must be 200 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Description must be 2000 characters or fewer.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
name: Other security certifications
|
|
2
|
+
question: Other security certifications
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: multiquestion
|
|
11
|
+
questions:
|
|
12
|
+
- accreditationsOther
|
|
13
|
+
- accreditationsOtherList
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: CSA STAR certification
|
|
2
|
+
question: CSA STAR certification
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: multiquestion
|
|
11
|
+
questions:
|
|
12
|
+
- standardsCSASTAR
|
|
13
|
+
- standardsCSASTARWhen
|
|
14
|
+
- standardsCSASTARLevel
|
|
15
|
+
- standardsCSASTARExclusions
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
name: PCI certification
|
|
2
|
+
question: PCI certification
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: multiquestion
|
|
11
|
+
questions:
|
|
12
|
+
- standardsPCI
|
|
13
|
+
- standardsPCIWho
|
|
14
|
+
- standardsPCIWhen
|
|
15
|
+
- standardsPCIExclusions
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
name: Pricing document
|
|
2
|
+
question: Add your pricing document
|
|
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
|
+
depends:
|
|
16
|
+
- "on": lot
|
|
17
|
+
being:
|
|
18
|
+
- iaas-and-paas
|
|
19
|
+
- iaas-and-paas-above-official
|
|
20
|
+
|
|
21
|
+
type: upload
|
|
22
|
+
|
|
23
|
+
file_settings:
|
|
24
|
+
name: pricing-document
|
|
25
|
+
max_size: 5
|
|
26
|
+
file_types:
|
|
27
|
+
- open_document
|
|
28
|
+
|
|
29
|
+
validations:
|
|
30
|
+
- name: answer_required
|
|
31
|
+
message: Select a file.
|
|
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.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
name: Service definition document
|
|
2
|
+
question: Add your service definition document
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read the <a href="https://www.gov.uk/guidance/g-cloud-suppliers-guide" target="_blank" rel="noopener noreferrer">suppliers’ guide (opens in new tab)</a> for guidance on what to include.
|
|
5
|
+
hint: >
|
|
6
|
+
<p class="govuk-body">This document will not be indexed by search on the Digital Marketplace.</p>
|
|
7
|
+
<p class="govuk-body">Your document should:</p>
|
|
8
|
+
<ul class="govuk-list govuk-list--bullet">
|
|
9
|
+
<li>be an Open Document Format (ODF) or PDF/A</li>
|
|
10
|
+
<li>have a maximum file size of 5MB</li>
|
|
11
|
+
<li>meet accessibility standards</li>
|
|
12
|
+
</ul>
|
|
13
|
+
<p class="govuk-body">
|
|
14
|
+
<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>.
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
depends:
|
|
18
|
+
- "on": lot
|
|
19
|
+
being:
|
|
20
|
+
- iaas-and-paas
|
|
21
|
+
- iaas-and-paas-above-official
|
|
22
|
+
|
|
23
|
+
type: upload
|
|
24
|
+
|
|
25
|
+
file_settings:
|
|
26
|
+
name: service-definition-document
|
|
27
|
+
max_size: 5
|
|
28
|
+
file_types:
|
|
29
|
+
- open_document
|
|
30
|
+
|
|
31
|
+
validations:
|
|
32
|
+
- name: answer_required
|
|
33
|
+
message: Select a file.
|
|
34
|
+
- name: file_is_valid_format
|
|
35
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
36
|
+
- name: file_is_less_than_5mb
|
|
37
|
+
message: The file must be smaller than 5MB.
|
|
38
|
+
- name: file_can_be_saved
|
|
39
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
|
|
22
|
+
type: upload
|
|
23
|
+
|
|
24
|
+
file_settings:
|
|
25
|
+
name: sfia-rate-card
|
|
26
|
+
max_size: 5
|
|
27
|
+
file_types:
|
|
28
|
+
- open_document
|
|
29
|
+
|
|
30
|
+
validations:
|
|
31
|
+
- name: file_is_valid_format
|
|
32
|
+
message: The file must be in an open format. Select an Open Document Format (ODF) or PDF/A (eg .pdf, .odt).
|
|
33
|
+
- name: file_is_less_than_5mb
|
|
34
|
+
message: The file must be smaller than 5MB.
|
|
35
|
+
- name: file_can_be_saved
|
|
36
|
+
message: The selected file could not be uploaded - try again.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: CSA STAR certification
|
|
2
|
+
question: >
|
|
3
|
+
Do you have a current CSA Security, Trust & Assurance Registry (STAR) certification that covers the security of
|
|
4
|
+
your service?
|
|
5
|
+
filter_label: CSA STAR (service security)
|
|
6
|
+
depends:
|
|
7
|
+
- "on": lot
|
|
8
|
+
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
followup:
|
|
12
|
+
standardsCSASTARWhen:
|
|
13
|
+
- true
|
|
14
|
+
standardsCSASTARLevel:
|
|
15
|
+
- true
|
|
16
|
+
standardsCSASTARExclusions:
|
|
17
|
+
- true
|
|
18
|
+
|
|
19
|
+
type: boolean
|
|
20
|
+
|
|
21
|
+
validations:
|
|
22
|
+
- name: answer_required
|
|
23
|
+
message: Select yes if you have a current CSA STAR certification.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: What the CSA STAR doesn’t cover
|
|
2
|
+
question: What parts of your service are not covered by your CSA STAR certification?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 200
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter the parts of your service not covered by CSA STAR certification.
|
|
17
|
+
- name: under_200_words
|
|
18
|
+
message: Description must be 200 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Description must be 2000 characters or fewer.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
name: CSA STAR certification level
|
|
2
|
+
question: What level is the certification?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: radios
|
|
12
|
+
options:
|
|
13
|
+
- label: "Level 1: CSA STAR Self-Assessment"
|
|
14
|
+
value: level_1_csa_star_self_assessment
|
|
15
|
+
- label: "Level 2: CSA STAR Attestation"
|
|
16
|
+
value: level_2_csa_star_attestation
|
|
17
|
+
- label: "Level 3: CSA STAR Certification"
|
|
18
|
+
value: level_3_csa_star_certification
|
|
19
|
+
- label: "Level 4: CSA C-STAR Assessment"
|
|
20
|
+
value: level_4_csa_cstar_assessment
|
|
21
|
+
- label: "Level 5: CSA STAR Continuous Monitoring"
|
|
22
|
+
value: level_5_csa_star_continuous_monitoring
|
|
23
|
+
|
|
24
|
+
validations:
|
|
25
|
+
- name: answer_required
|
|
26
|
+
message: Select the level of CSA STAR certification.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: CSA STAR accreditation date
|
|
2
|
+
question: When was the certification accredited?
|
|
3
|
+
hint: eg 31/12/2016
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
depends:
|
|
7
|
+
- "on": lot
|
|
8
|
+
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
|
|
12
|
+
type: text
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter the accreditation date.
|
|
17
|
+
- name: under_character_limit
|
|
18
|
+
message: Your accreditation date must be 50 characters or fewer.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
name: Cyber essentials
|
|
2
|
+
question: Do you have a current Cyber Essentials certification?
|
|
3
|
+
|
|
4
|
+
depends:
|
|
5
|
+
- "on": lot
|
|
6
|
+
being:
|
|
7
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: boolean
|
|
11
|
+
|
|
12
|
+
validations:
|
|
13
|
+
- name: answer_required
|
|
14
|
+
message: Select yes if you have any other security certifications.
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
- iaas-and-paas
|
|
8
|
+
- iaas-and-paas-above-official
|
|
9
|
+
|
|
10
|
+
type: boolean
|
|
11
|
+
|
|
12
|
+
validations:
|
|
13
|
+
- name: answer_required
|
|
14
|
+
message: Select yes if you have any other security certifications.
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
name: PCI certification
|
|
2
|
+
question: Do you have a current Payment Card Industry Data Security Standard (PCI DSS) certification?
|
|
3
|
+
filter_label: PCI DSS (payment card security)
|
|
4
|
+
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
followup:
|
|
11
|
+
standardsPCIWho:
|
|
12
|
+
- true
|
|
13
|
+
standardsPCIWhen:
|
|
14
|
+
- true
|
|
15
|
+
standardsPCIExclusions:
|
|
16
|
+
- true
|
|
17
|
+
|
|
18
|
+
type: boolean
|
|
19
|
+
|
|
20
|
+
validations:
|
|
21
|
+
- name: answer_required
|
|
22
|
+
message: Select yes if you have a current PCI DSS certification.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: What the PCI DSS doesn’t cover
|
|
2
|
+
question: What is not covered by your PCI DSS certification?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: textbox_large
|
|
12
|
+
max_length_in_words: 200
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter the parts of your service not covered by PCI DSS certification.
|
|
17
|
+
- name: under_200_words
|
|
18
|
+
message: Description must be 200 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Description must be 2000 characters or fewer.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: PCI DSS accreditation date
|
|
2
|
+
question: When was the certification accredited?
|
|
3
|
+
hint: eg 31/12/2016
|
|
4
|
+
|
|
5
|
+
hidden: true
|
|
6
|
+
depends:
|
|
7
|
+
- "on": lot
|
|
8
|
+
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- iaas-and-paas-above-official
|
|
11
|
+
|
|
12
|
+
type: text
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter the accreditation date.
|
|
17
|
+
- name: under_character_limit
|
|
18
|
+
message: Your accreditation date must be 50 characters or fewer.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
name: Who accredited the PCI DSS certification
|
|
2
|
+
question: Who accredited you?
|
|
3
|
+
|
|
4
|
+
hidden: true
|
|
5
|
+
depends:
|
|
6
|
+
- "on": lot
|
|
7
|
+
being:
|
|
8
|
+
- iaas-and-paas
|
|
9
|
+
- iaas-and-paas-above-official
|
|
10
|
+
|
|
11
|
+
type: text
|
|
12
|
+
max_length_in_words: 10
|
|
13
|
+
|
|
14
|
+
validations:
|
|
15
|
+
- name: answer_required
|
|
16
|
+
message: Enter the accreditor name.
|
|
17
|
+
- name: under_10_words
|
|
18
|
+
message: Accreditor name must be 10 words or fewer.
|
|
19
|
+
- name: under_character_limit
|
|
20
|
+
message: Accreditor name must be 100 characters or fewer.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
name: Terms and conditions document
|
|
2
|
+
question: Add your terms and conditions document
|
|
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
|
+
depends:
|
|
16
|
+
- "on": lot
|
|
17
|
+
being:
|
|
18
|
+
- iaas-and-paas
|
|
19
|
+
- iaas-and-paas-above-official
|
|
20
|
+
|
|
21
|
+
type: upload
|
|
22
|
+
|
|
23
|
+
file_settings:
|
|
24
|
+
name: terms-and-conditions
|
|
25
|
+
max_size: 5
|
|
26
|
+
file_types:
|
|
27
|
+
- open_document
|
|
28
|
+
|
|
29
|
+
validations:
|
|
30
|
+
- name: answer_required
|
|
31
|
+
message: Select a file.
|
|
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.
|