ccs-digitalmarketplace-frameworks 4.11.22 → 4.11.24

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.
@@ -86,14 +86,12 @@ questions_to_exclude:
86
86
  - securityGovernanceStandardsOther
87
87
  - securityTesting
88
88
  - securityTestingAccreditations
89
- - securityTestingAccreditationsOther
90
89
  - securityTestingAccredited
91
90
  - securityTestingCCP
92
91
  - securityTestingWhat
93
92
  - securityTestingWhatOther
94
93
  - serviceAddOnDetails
95
94
  - serviceAddOnType
96
- - serviceBenefits
97
95
  - serviceBenefitsSupport
98
96
  - serviceCategories
99
97
  - serviceCategoriesHosting
@@ -101,7 +99,6 @@ questions_to_exclude:
101
99
  - serviceCategoriesSupport
102
100
  - serviceConstraints
103
101
  - serviceConstraintsSupport
104
- - serviceFeatures
105
102
  - serviceFeaturesSupport
106
103
  - serviceInterface
107
104
  - serviceInterfaceAccessibility
@@ -8,6 +8,7 @@ depends:
8
8
  - iaas-and-paas
9
9
  - iaas-and-paas-above-official
10
10
  - isaas
11
+ - cloud-support
11
12
 
12
13
  type: multiquestion
13
14
  questions:
@@ -9,5 +9,8 @@ depends:
9
9
 
10
10
  type: multiquestion
11
11
  questions:
12
+ - standardsISO28000
13
+ - standardsISO28000Who
12
14
  - standardsISO28000When
15
+ - standardsISO28000Exclusions
13
16
 
@@ -10,6 +10,7 @@ depends:
10
10
 
11
11
  type: multiquestion
12
12
  questions:
13
+ - standardsISOIEC27001
13
14
  - standardsISOIEC27001Who
14
15
  - standardsISOIEC27001When
15
16
  - standardsISOIEC27001Exclusions
@@ -18,6 +18,7 @@ depends:
18
18
  - iaas-and-paas
19
19
  - iaas-and-paas-above-official
20
20
  - isaas
21
+ - cloud-support
21
22
 
22
23
  type: upload
23
24
 
@@ -1,7 +1,6 @@
1
1
  name: Other security testing certifications
2
2
  question: What other security certifications do your testers have?
3
3
 
4
- hidden: true
5
4
  depends:
6
5
  - "on": lot
7
6
  being:
@@ -18,6 +18,7 @@ depends:
18
18
  being:
19
19
  - iaas-and-paas
20
20
  - iaas-and-paas-above-official
21
+ - cloud-support
21
22
 
22
23
  type: upload
23
24
 
@@ -0,0 +1,23 @@
1
+ name: ISO 28000:2022 certification
2
+ question: Do you have a current ISO 28000:2022 certification that covers the security of your supply chain?
3
+ filter_label: ISO 28000:2022 (supply chain security)
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+ - cloud-support
10
+
11
+ followup:
12
+ standardsISO28000Who:
13
+ - true
14
+ standardsISO28000When:
15
+ - true
16
+ standardsISO28000Exclusions:
17
+ - true
18
+
19
+ type: boolean
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: Select yes if you have a current ISO 28000:2007 certification.
@@ -0,0 +1,20 @@
1
+ name: What the ISO 28000:2022 doesn’t cover
2
+ question: What is not covered by your ISO 28000:2022 certification?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+ - cloud-support
10
+
11
+ type: textbox_large
12
+ max_length_in_words: 200
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the parts of your service not covered by ISO 28000:2007 certification.
17
+ - name: under_200_words
18
+ message: Description must be 200 words or fewer.
19
+ - name: under_character_limit
20
+ message: Description must be 2000 characters or fewer.
@@ -0,0 +1,20 @@
1
+ name: Who accredited the ISO 28000:2022
2
+ question: Who accredited the ISO 28000:2022 certification?
3
+
4
+ hidden: true
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+ - cloud-support
10
+
11
+ type: text
12
+ max_length_in_words: 10
13
+
14
+ validations:
15
+ - name: answer_required
16
+ message: Enter the accreditor name.
17
+ - name: under_10_words
18
+ message: Accreditor name must be 10 words or fewer.
19
+ - name: under_character_limit
20
+ message: Accreditor name must be 100 characters or fewer.
@@ -0,0 +1,23 @@
1
+ name: ISO/IEC 27001 certification
2
+ question: Do you have a current ISO/IEC 27001 certification (2005, 2013 or 2022) that covers the security of your service?
3
+ filter_label: ISO/IEC 27001 (service security)
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - isaas
9
+ - cloud-support
10
+
11
+ followup:
12
+ standardsISOIEC27001Who:
13
+ - true
14
+ standardsISOIEC27001When:
15
+ - true
16
+ standardsISOIEC27001Exclusions:
17
+ - true
18
+
19
+ type: boolean
20
+
21
+ validations:
22
+ - name: answer_required
23
+ message: Select yes if you have a current ISO/IEC 27001 certification.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "4.11.22",
3
+ "version": "4.11.24",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",