ccs-digitalmarketplace-frameworks 9.0.7 → 9.0.9
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.
|
@@ -39,6 +39,17 @@
|
|
|
39
39
|
questions:
|
|
40
40
|
- socialValue
|
|
41
41
|
|
|
42
|
+
-
|
|
43
|
+
name: Certifications
|
|
44
|
+
slug: certifications
|
|
45
|
+
filter_settings:
|
|
46
|
+
name: certifications
|
|
47
|
+
item_name:
|
|
48
|
+
singular: certification filter
|
|
49
|
+
plural: certification filters
|
|
50
|
+
questions:
|
|
51
|
+
- certifications
|
|
52
|
+
|
|
42
53
|
-
|
|
43
54
|
name: Cloud deployment model
|
|
44
55
|
slug: cloud-deployment-model
|
|
@@ -60,3 +71,26 @@
|
|
|
60
71
|
plural: datacentre security standard filters
|
|
61
72
|
questions:
|
|
62
73
|
- datacentreSecurityStandards
|
|
74
|
+
|
|
75
|
+
-
|
|
76
|
+
name: Metrics reporting
|
|
77
|
+
slug: metrics-reporting
|
|
78
|
+
filter_settings:
|
|
79
|
+
name: metricsHow
|
|
80
|
+
item_name:
|
|
81
|
+
singular: metrics reporting filter
|
|
82
|
+
plural: metrics reporting filters
|
|
83
|
+
questions:
|
|
84
|
+
- metricsSoftwareHow
|
|
85
|
+
- metricsHostingHow
|
|
86
|
+
|
|
87
|
+
-
|
|
88
|
+
name: Management access authentication
|
|
89
|
+
slug: management-access-authentication
|
|
90
|
+
filter_settings:
|
|
91
|
+
name: managementAccessAuthentication
|
|
92
|
+
item_name:
|
|
93
|
+
singular: management access authentication filter
|
|
94
|
+
plural: management access authentication filters
|
|
95
|
+
questions:
|
|
96
|
+
- managementAccessAuthentication
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
name: Certifications
|
|
2
|
+
question: Certifications
|
|
3
|
+
|
|
4
|
+
type: checkboxes
|
|
5
|
+
options:
|
|
6
|
+
- label: ISO 9001 certification
|
|
7
|
+
value: iso-9001
|
|
8
|
+
- label: ISO/IEC 27001 certification
|
|
9
|
+
value: iso-27001
|
|
10
|
+
- label: ISO 20000-1 certification
|
|
11
|
+
value: iso-20000-1
|
|
12
|
+
- label: ISO 28000:2022 certification
|
|
13
|
+
value: iso-28000
|
|
14
|
+
- label: Quality management systems (QMS)
|
|
15
|
+
value: qms
|
|
16
|
+
- label: CSA STAR certification
|
|
17
|
+
value: csa-star
|
|
18
|
+
- label: PCI certification
|
|
19
|
+
value: pci
|
|
20
|
+
- label: Cyber essentials
|
|
21
|
+
value: cyber-essentials
|
|
22
|
+
- label: Cyber Essentials Plus
|
|
23
|
+
value: cyber-essentials-plus
|
|
@@ -126,6 +126,18 @@
|
|
|
126
126
|
"dmfilter_datacentreSecurityStandards": {
|
|
127
127
|
"type": "keyword",
|
|
128
128
|
"normalizer": "filter_normalizer"
|
|
129
|
+
},
|
|
130
|
+
"dmfilter_certifications": {
|
|
131
|
+
"type": "keyword",
|
|
132
|
+
"normalizer": "filter_normalizer"
|
|
133
|
+
},
|
|
134
|
+
"dmfilter_metricsHow": {
|
|
135
|
+
"type": "keyword",
|
|
136
|
+
"normalizer": "filter_normalizer"
|
|
137
|
+
},
|
|
138
|
+
"dmfilter_managementAccessAuthentication": {
|
|
139
|
+
"type": "keyword",
|
|
140
|
+
"normalizer": "filter_normalizer"
|
|
129
141
|
}
|
|
130
142
|
}
|
|
131
143
|
}
|