ccs-digitalmarketplace-frameworks 3.13.18 → 3.13.20

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.
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - multiqTechnicalAbilityCertificates
11
11
 
12
+ - name: 'Condition of participation - Cyber Essential Plus'
13
+ editable: False
14
+ questions:
15
+ - multiqCyberEssentialPlus
16
+
12
17
  - name: 'Q2: Award question - What services can you provide?'
13
18
  summary_page_description: >
14
19
  Disclaimer: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed.
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - multiqTechnicalAbilityCertificates
11
11
 
12
+ - name: 'Condition of participation - Cyber Essential Plus'
13
+ editable: False
14
+ questions:
15
+ - multiqCyberEssentialPlus
16
+
12
17
  - name: 'Q2: Award question - What services can you provide?'
13
18
  summary_page_description: >
14
19
  Disclaimer: as part of your application for Digital Outcomes and Specialists 7 the questions in this section will be assessed.
@@ -9,6 +9,11 @@
9
9
  questions:
10
10
  - multiqTechnicalAbilityCertificates
11
11
 
12
+ - name: 'Condition of participation - Cyber Essential Plus'
13
+ editable: True
14
+ questions:
15
+ - multiqCyberEssentialPlus
16
+
12
17
  - name: 'Q2: Award question - What services can you provide?'
13
18
  summary_page_description: >
14
19
  <p class="govuk-body">
@@ -0,0 +1,38 @@
1
+ name: Cyber Essentials Plus certificate
2
+
3
+ question: Does your organisation (and if applicable, your consortium members) already have, or can commit to obtain prior to the commencement of the framework contract, a current and valid Cyber Essentials Plus certificate?
4
+
5
+ question_advice: >
6
+ <p class="govuk-body">This question is evaluated Pass / Fail.</p>
7
+ <p class="govuk-body govuk-!-margin-top-3">Your tender will Fail, if you do not answer Yes to having a current and valid Cyber Essentials Plus certificate; or Yes to be working towards gaining a valid Cyber Essentials Plus certificate by the framework award date; or Yes to having an IASME certified equivalent, as you will not satisfy this condition of participation.</p>
8
+ <p class="govuk-body govuk-!-margin-top-3">Your tender will be disregarded. We will tell you that your tender has been disregarded and why.</p>
9
+ <p class="govuk-body govuk-!-margin-top-3">If you are successful, and the evidence you provide does not demonstrate to the satisfaction of the Crown Commercial Service that you meet the Cyber Essentials Plus requirement, you shall be prohibited from commencing the provision of deliverables under any call-off contract until such time as you have evidenced to the satisfaction of the Crown Commercial Service that you meet the Cyber Essentials Plus requirement.</p>
10
+ <p class="govuk-body govuk-!-margin-top-3">Refer to the <a class="govuk-link" href="https://www.ncsc.gov.uk/cyberessentials/overview" target="_blank" rel="noopener noreferrer">National Cyber Security Centre (NCSC) website (opens in new tab)</a> for more information.</p>
11
+
12
+ depends:
13
+ - "on": lot
14
+ being:
15
+ - digital-capability-and-delivery-partner
16
+
17
+ type: radios
18
+
19
+ options:
20
+ - label: 'Yes, your organisation (and if applicable, your consortium members) has a current and valid Cyber Essentials Plus certificate which has been awarded by one of the government approved Cyber Essentials accreditation bodies within the most recent 12 months'
21
+ value: 'yes-valid'
22
+ - label: 'Yes, your organisation (and if applicable, your consortium members) is working towards gaining Cyber Essentials Plus certification, 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'
23
+ value: 'yes-working-towards'
24
+ - label: 'Your organisation (and if applicable, your consortium members) 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'
25
+ value: 'no-but-IASME'
26
+ - label: 'No, your organisation (and if applicable, your consortium members) does not have, and will not have in place by the date of framework award, a current and valid Cyber Essentials Plus certificate or an IASME certified equivalent'
27
+ value: 'no-never'
28
+
29
+ followup:
30
+ requirementsOfCyberEssentialsPlus:
31
+ - no-but-IASME
32
+ equivalentHasBeenVerified:
33
+ - no-but-IASME
34
+
35
+ validations:
36
+ -
37
+ name: answer_required
38
+ message: You must select an option
@@ -0,0 +1,14 @@
1
+ name: Equivalent has been verified
2
+ question: Can you confirm that your equivalent has been verified by a technically competent and independent third party which must be a IASME registered Certification Body?
3
+
4
+ type: boolean
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - digital-capability-and-delivery-partner
10
+
11
+ validations:
12
+ -
13
+ name: answer_required
14
+ message: 'You must select an option'
@@ -26,7 +26,7 @@ depends:
26
26
  options:
27
27
  - label: Yes, your organisation (and if applicable, your consortium members) has, or will have in place, public liability insurance and professional indemnity insurance of at least £5 million each, and you will provide evidence of the required levels of insurance cover before the framework is awarded
28
28
  value: 'yes'
29
- - label: No, your organisation (and if applicable, your consortium members) does not need employer’s liability insurance because your organisation employs only the owner or close family members
29
+ - label: No, your organisation (and if applicable, your consortium members) does not have, and will not have in place, public liability insurance and professional indemnity insurance of at least £5 million each before the framework is awarded
30
30
  value: 'no'
31
31
 
32
32
  validations:
@@ -0,0 +1,14 @@
1
+ name: Cyber Essentials Plus certificate
2
+ question: ""
3
+
4
+ type: multiquestion
5
+
6
+ depends:
7
+ - "on": lot
8
+ being:
9
+ - digital-capability-and-delivery-partner
10
+
11
+ questions:
12
+ - cyberEssentialsPlusCertificate
13
+ - requirementsOfCyberEssentialsPlus
14
+ - equivalentHasBeenVerified
@@ -0,0 +1,22 @@
1
+ name: Equivalent covers the requirements of Cyber Essentials Plus
2
+ question: >
3
+ <p class="govuk-body">Can you confirm that your equivalent covers the requirements of Cyber Essentials Plus including:</p>
4
+ <ul class="govuk-list govuk-list--bullet">
5
+ <li>boundary firewalls and internet gateway</li>
6
+ <li>secure configuration </li>
7
+ <li>access control </li>
8
+ <li>malware protection </li>
9
+ <li>security update management</li>
10
+ </ul> as detailed in the document <a class="govuk-link" href="https://www.ncsc.gov.uk/files/Cyber-Essentials-Requirements-for-Infrastructure-v3-1-April-2023.pdf" target="_blank" rel="noopener noreferrer">Cyber Essentials: Requirements for IT infrastructure (opens in new tab)</a>
11
+
12
+ type: boolean
13
+
14
+ depends:
15
+ - "on": lot
16
+ being:
17
+ - digital-capability-and-delivery-partner
18
+
19
+ validations:
20
+ -
21
+ name: answer_required
22
+ message: 'You must select an option'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.18",
3
+ "version": "3.13.20",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -4,7 +4,6 @@ flake8
4
4
  hypothesis
5
5
  jsonschema
6
6
  deepmerge
7
- mock
8
7
  pytest
9
8
  PyYAML
10
9
  pre-commit
@@ -30,7 +30,7 @@ ccs-digitalmarketplace-apiclient==28.0.0
30
30
  # via
31
31
  # -r requirements.txt
32
32
  # ccs-digitalmarketplace-utils
33
- ccs-digitalmarketplace-content-loader==13.4.0
33
+ ccs-digitalmarketplace-content-loader==13.5.0
34
34
  # via -r requirements.txt
35
35
  ccs-digitalmarketplace-utils==69.0.0
36
36
  # via
@@ -114,7 +114,7 @@ govuk-country-register==0.5.0
114
114
  # via
115
115
  # -r requirements.txt
116
116
  # ccs-digitalmarketplace-utils
117
- hypothesis==6.127.1
117
+ hypothesis==6.128.2
118
118
  # via -r requirements-dev.in
119
119
  identify==2.6.8
120
120
  # via pre-commit
@@ -133,7 +133,7 @@ itsdangerous==2.2.0
133
133
  # -r requirements.txt
134
134
  # flask
135
135
  # flask-wtf
136
- jinja2==3.1.5
136
+ jinja2==3.1.6
137
137
  # via
138
138
  # -r requirements.txt
139
139
  # flask
@@ -162,8 +162,6 @@ markupsafe==2.1.5
162
162
  # wtforms
163
163
  mccabe==0.7.0
164
164
  # via flake8
165
- mock==5.1.0
166
- # via -r requirements-dev.in
167
165
  nodeenv==1.9.1
168
166
  # via pre-commit
169
167
  notifications-python-client==8.2.0
@@ -196,7 +194,7 @@ pyjwt==2.8.0
196
194
  # notifications-python-client
197
195
  pyparsing==2.4.7
198
196
  # via packaging
199
- pytest==8.3.4
197
+ pytest==8.3.5
200
198
  # via -r requirements-dev.in
201
199
  python-dateutil==2.9.0.post0
202
200
  # via
package/requirements.in CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==2.0
3
3
  python-json-logger==2.0.7
4
- ccs-digitalmarketplace-content-loader==13.4.0
4
+ ccs-digitalmarketplace-content-loader==13.5.0
5
5
  ccs-digitalmarketplace-utils==69.0.0
package/requirements.txt CHANGED
@@ -16,7 +16,7 @@ cachelib==0.13.0
16
16
  # via flask-session
17
17
  ccs-digitalmarketplace-apiclient==28.0.0
18
18
  # via ccs-digitalmarketplace-utils
19
- ccs-digitalmarketplace-content-loader==13.4.0
19
+ ccs-digitalmarketplace-content-loader==13.5.0
20
20
  # via -r requirements.in
21
21
  ccs-digitalmarketplace-utils==69.0.0
22
22
  # via
@@ -71,7 +71,7 @@ itsdangerous==2.2.0
71
71
  # via
72
72
  # flask
73
73
  # flask-wtf
74
- jinja2==3.1.5
74
+ jinja2==3.1.6
75
75
  # via flask
76
76
  jmespath==1.0.1
77
77
  # via
@@ -1,5 +1,5 @@
1
1
  import builtins
2
- import mock
2
+ from unittest import mock
3
3
  import pytest
4
4
 
5
5
  from script_helpers.clone_helpers import get_fw_name_from_slug, get_nbsp_fw_name_from_slug, FrameworkContentCloner
@@ -1,7 +1,7 @@
1
1
  import glob
2
2
  import re
3
3
 
4
- import mock
4
+ from unittest import mock
5
5
  import pytest
6
6
 
7
7
  from dmcontent import ContentLoader
@@ -7,7 +7,7 @@ try:
7
7
  except ImportError:
8
8
  import builtins
9
9
 
10
- import mock
10
+ from unittest import mock
11
11
  import pytest
12
12
  from dmcontent import ContentQuestion
13
13
  from dmcontent.utils import TemplateField