ccs-digitalmarketplace-frameworks 4.12.8 → 4.12.10
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 +1 -0
- package/frameworks/g-cloud-15/manifests/edit_submission.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/datacentreSecurityStandards.yml +4 -2
- package/frameworks/g-cloud-15/questions/services/penetrationTestingApproach.yml +4 -11
- package/package.json +1 -1
|
@@ -9,13 +9,15 @@ question_advice: >
|
|
|
9
9
|
depends:
|
|
10
10
|
- "on": lot
|
|
11
11
|
being:
|
|
12
|
+
- iaas-and-paas
|
|
13
|
+
- isaas
|
|
12
14
|
- saas
|
|
13
15
|
|
|
14
16
|
type: radios
|
|
15
17
|
options:
|
|
16
|
-
- label: Complies with a recognised standard, for example CSA CCM
|
|
18
|
+
- label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
|
|
17
19
|
value: recognised_standard
|
|
18
|
-
filter_label: complies with a recognised standard (for example CSA CCM version
|
|
20
|
+
filter_label: complies with a recognised standard (for example CSA CCM version 4.0)
|
|
19
21
|
- label: Supplier-defined controls
|
|
20
22
|
value: supplier_defined
|
|
21
23
|
filter_ignore: true
|
|
@@ -14,19 +14,12 @@ type: radios
|
|
|
14
14
|
options:
|
|
15
15
|
- label: ‘IT Health Check’ performed by a CHECK service provider
|
|
16
16
|
value: it_health_check_check_provider
|
|
17
|
-
- label:
|
|
18
|
-
value:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
any_of:
|
|
22
|
-
- it_health_check_check_provider
|
|
17
|
+
- label: NCSC approved service provider
|
|
18
|
+
value: ncsc_approved_service_provider
|
|
19
|
+
- label: ‘IT Health Check’ performed by a CREST-approved service provider
|
|
20
|
+
value: it_health_check_crest_provider
|
|
23
21
|
- label: Another external penetration testing organisation
|
|
24
22
|
value: other_penetration_testing_organisation
|
|
25
|
-
derived_from:
|
|
26
|
-
question: penetrationTestingApproach
|
|
27
|
-
any_of:
|
|
28
|
-
- it_health_check_check_provider
|
|
29
|
-
- it_health_check_tigerscheme_or_crest_provider
|
|
30
23
|
- label: In-house
|
|
31
24
|
value: in_house
|
|
32
25
|
filter_ignore: true
|