ccs-digitalmarketplace-frameworks 4.12.2 → 4.12.4
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/declaration/socialValueSectionACallOffContract.yml +1 -1
- package/frameworks/g-cloud-15/questions/declaration/socialValueSectionAProcessDescribed.yml +1 -1
- package/frameworks/g-cloud-15/questions/declaration/socialValueSectionAProvideEvidence.yml +1 -1
- package/frameworks/g-cloud-15/questions/services/dataSanitisationTypeHosting.yml +0 -2
- package/frameworks/g-cloud-15/questions/services/dataSanitisationTypeSoftware.yml +11 -3
- package/frameworks/g-cloud-15/questions/services/metricsFocus.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/metricsSoftware.yml +2 -0
- package/frameworks/g-cloud-15/questions/services/multiqMetricsSoftware.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/multiqServiceAddOn.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/serviceBenefitsHostingAndSoftware.yml +1 -0
- package/frameworks/g-cloud-15/questions/services/serviceBenefitsSupport.yml +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Understanding of Buyer-Included Social Value Requirements in Call-Offs
|
|
2
|
-
question: Do you understand that a buyer calling off under the G-Cloud 15 framework may include a social value requirement to a Call-Off contract
|
|
2
|
+
question: Do you understand that a buyer calling off under the G-Cloud 15 framework may include a social value requirement to a Call-Off contract? Please refer to Attachment 2.
|
|
3
3
|
type: boolean
|
|
4
4
|
|
|
5
5
|
required_value: true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Understanding of Social Value Evaluation Process
|
|
2
|
-
question: Do you understand that CCS will evaluate your G-Cloud 15
|
|
2
|
+
question: Do you understand that CCS will evaluate your G-Cloud 15 social value response as per the process described within Attachment 2?
|
|
3
3
|
type: boolean
|
|
4
4
|
|
|
5
5
|
required_value: true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
name: Understanding of Social Value Delivery Requirement
|
|
2
|
-
question: Do you understand that CCS and users of the G-Cloud 15 agreement are required to deliver
|
|
2
|
+
question: Do you understand that CCS and users of the G-Cloud 15 agreement are required to deliver social value and to provide evidence of delivery during the contract?
|
|
3
3
|
type: boolean
|
|
4
4
|
|
|
5
5
|
required_value: true
|
|
@@ -6,14 +6,22 @@ hidden: true
|
|
|
6
6
|
depends:
|
|
7
7
|
- "on": lot
|
|
8
8
|
being:
|
|
9
|
+
- iaas-and-paas
|
|
10
|
+
- isaas
|
|
9
11
|
- saas
|
|
10
12
|
|
|
11
13
|
type: checkboxes
|
|
12
14
|
options:
|
|
13
|
-
- label:
|
|
14
|
-
value: overwriting
|
|
15
|
-
- label: Deleted data can’t be directly accessed
|
|
15
|
+
- label: Deleted data can’t be directly accessed / Cryptographic Erasure
|
|
16
16
|
value: no_access
|
|
17
|
+
- label: Data Erasure
|
|
18
|
+
value: data_erasure
|
|
19
|
+
- label: Explicit overwriting of storage before reallocation / Secure Erase
|
|
20
|
+
value: overwriting
|
|
21
|
+
- label: Degaussing
|
|
22
|
+
value: degaussing
|
|
23
|
+
- label: Physical Destruction / Hardware containing data is completely destroyed
|
|
24
|
+
value: physical_destruction
|
|
17
25
|
|
|
18
26
|
validations:
|
|
19
27
|
- name: answer_required
|