ccs-digitalmarketplace-frameworks 5.1.21 → 5.1.23
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/services/configurationAndChangeManagementType.yml +3 -1
- package/frameworks/g-cloud-15/questions/services/incidentManagementType.yml +3 -1
- package/frameworks/g-cloud-15/questions/services/multiqSecurityGovernance.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/protectiveMonitoringType.yml +4 -1
- package/frameworks/g-cloud-15/questions/services/securityCodeOfPractice.yml +18 -0
- package/frameworks/g-cloud-15/questions/services/vulnerabilityManagementType.yml +3 -1
- package/package.json +1 -1
|
@@ -8,11 +8,13 @@ question_advice: >
|
|
|
8
8
|
depends:
|
|
9
9
|
- "on": lot
|
|
10
10
|
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- isaas
|
|
11
13
|
- saas
|
|
12
14
|
|
|
13
15
|
type: radios
|
|
14
16
|
options:
|
|
15
|
-
- label:
|
|
17
|
+
- label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
|
|
16
18
|
value: recognised_standard
|
|
17
19
|
- label: Supplier-defined controls
|
|
18
20
|
value: supplier_defined
|
|
@@ -8,11 +8,13 @@ question_advice: >
|
|
|
8
8
|
depends:
|
|
9
9
|
- "on": lot
|
|
10
10
|
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- isaas
|
|
11
13
|
- saas
|
|
12
14
|
|
|
13
15
|
type: radios
|
|
14
16
|
options:
|
|
15
|
-
- label:
|
|
17
|
+
- label: Complies with a recognised standard, for example, CSA CCM v4.0 or ISO/IEC 27035:2011 or SSAE-18 / ISAE 3402
|
|
16
18
|
value: recognised_standard
|
|
17
19
|
- label: Supplier-defined controls
|
|
18
20
|
value: supplier_defined
|
|
@@ -8,11 +8,14 @@ question_advice: >
|
|
|
8
8
|
depends:
|
|
9
9
|
- "on": lot
|
|
10
10
|
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- isaas
|
|
11
13
|
- saas
|
|
12
14
|
|
|
15
|
+
|
|
13
16
|
type: radios
|
|
14
17
|
options:
|
|
15
|
-
- label:
|
|
18
|
+
- label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
|
|
16
19
|
value: recognised_standard
|
|
17
20
|
- label: Supplier-defined controls
|
|
18
21
|
value: supplier_defined
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Software Security Code of Practice
|
|
2
|
+
question: Does your organisation comply with the recommendations in the Software Security Code of Practice
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the <a
|
|
5
|
+
href="https://www.gov.uk/government/publications/software-security-code-of-practice/software-security-code-of-practice" target="_blank"
|
|
6
|
+
rel="noopener noreferrer">Software Security Code of Practice (link opens in a new tab)</a>.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- isaas
|
|
12
|
+
- saas
|
|
13
|
+
|
|
14
|
+
type: boolean
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: Please select Yes or No to continue.
|
|
@@ -8,11 +8,13 @@ question_advice: >
|
|
|
8
8
|
depends:
|
|
9
9
|
- "on": lot
|
|
10
10
|
being:
|
|
11
|
+
- iaas-and-paas
|
|
12
|
+
- isaas
|
|
11
13
|
- saas
|
|
12
14
|
|
|
13
15
|
type: radios
|
|
14
16
|
options:
|
|
15
|
-
- label:
|
|
17
|
+
- label: Complies with a recognised standard, for example CSA CCM v4.0 or SSAE-18 / ISAE 3402
|
|
16
18
|
value: recognised_standard
|
|
17
19
|
- label: Supplier-defined controls
|
|
18
20
|
value: supplier_defined
|