ccs-digitalmarketplace-frameworks 4.11.5 → 4.11.7

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.
@@ -59,6 +59,7 @@
59
59
  - name: Scaling
60
60
  editable: True
61
61
  questions:
62
+ - independenceOfResources
62
63
  - multiqUsageNotifications
63
64
 
64
65
  - name: Data-in-transit protection
@@ -111,4 +112,4 @@
111
112
  - serviceDefinitionDocumentURL
112
113
  - termsAndConditionsDocumentURL
113
114
  - pricingDocumentURL
114
- - sfiaRateDocumentURL
115
+ - sfiaRateDocumentURL
@@ -74,6 +74,7 @@
74
74
  editable: False
75
75
  edit_questions: True
76
76
  questions:
77
+ - independenceOfResources
77
78
  - multiqUsageNotifications
78
79
 
79
80
  - name: Data-in-transit protection
@@ -134,4 +135,4 @@
134
135
  - serviceDefinitionDocumentURL
135
136
  - termsAndConditionsDocumentURL
136
137
  - pricingDocumentURL
137
- - sfiaRateDocumentURL
138
+ - sfiaRateDocumentURL
@@ -25,6 +25,7 @@ questions_to_exclude:
25
25
  - dataImportFormats
26
26
  - dataImportFormatsOther
27
27
  - datacentreSecurityStandards
28
+ - dataSanitisationTypeSoftware
28
29
  - devicesUsersManageTheServiceThrough
29
30
  - educationPricing
30
31
  - emailOrTicketingSupport
@@ -44,7 +45,6 @@ questions_to_exclude:
44
45
  - howLongSystemLogsStored
45
46
  - incidentManagementApproach
46
47
  - incidentManagementType
47
- - independenceOfResources
48
48
  - informationSecurityPoliciesAndProcesses
49
49
  - installation
50
50
  - installationCompatibleOperatingSystems
@@ -0,0 +1,19 @@
1
+ name: Independence of resources
2
+ question: How do you guarantee users aren’t affected by the demand other users are placing on your service?
3
+
4
+ depends:
5
+ - "on": lot
6
+ being:
7
+ - iaas-and-paas
8
+ - iaas-and-paas-above-official
9
+
10
+ type: textbox_large
11
+ max_length_in_words: 100
12
+
13
+ validations:
14
+ - name: answer_required
15
+ message: Enter description.
16
+ - name: under_100_words
17
+ message: Description must be 100 words or fewer.
18
+ - name: under_character_limit
19
+ message: Description must be 1000 characters or fewer.
@@ -11,4 +11,3 @@ type: multiquestion
11
11
  questions:
12
12
  - dataSanitisation
13
13
  - dataSanitisationTypeHosting
14
- - dataSanitisationTypeSoftware
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.5",
3
+ "version": "4.11.7",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,21 +0,0 @@
1
- id: dataSanitisationType
2
- name: Data sanitisation type
3
- question: What type of data sanitisation process do you have?
4
-
5
- hidden: true
6
- depends:
7
- - "on": lot
8
- being:
9
- - iaas-and-paas
10
- - iaas-and-paas-above-official
11
-
12
- type: checkboxes
13
- options:
14
- - label: Explicit overwriting of storage before reallocation
15
- value: overwriting
16
- - label: Deleted data can’t be directly accessed
17
- value: no_access
18
-
19
- validations:
20
- - name: answer_required
21
- message: Select a data sanitisation process.