ccs-digitalmarketplace-frameworks 5.1.38 → 5.1.40

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.
@@ -166,6 +166,7 @@
166
166
  - protectiveMonitoringType
167
167
  - protectiveMonitoringApproach
168
168
  - incidentManagementType
169
+ - postQuantumCryptography
169
170
  - incidentManagementApproach
170
171
 
171
172
  - name: Staff security
@@ -273,6 +273,7 @@
273
273
  - protectiveMonitoringType
274
274
  - protectiveMonitoringApproach
275
275
  - incidentManagementType
276
+ - postQuantumCryptography
276
277
  - incidentManagementApproach
277
278
 
278
279
  - name: Staff security
@@ -0,0 +1,17 @@
1
+ name: Post-quantum cryptography secure
2
+
3
+ question: Are you compliant with NCSC guidance on Post-quantum cryptography secure?
4
+
5
+ depends:
6
+ - "on": lot
7
+ being:
8
+ - iaas-and-paas
9
+ - iaas-and-paas-above-official
10
+ - isaas
11
+ - saas
12
+
13
+ type: boolean
14
+
15
+ validations:
16
+ - name: answer_required
17
+ message: Please select Yes or No to continue.
@@ -20,7 +20,7 @@ options:
20
20
  value: security_risk_management
21
21
  - label: Security design
22
22
  value: security_design
23
- - label: security quality assurance (QA) and testing
23
+ - label: Security quality assurance (QA) and testing
24
24
  value: security_testing
25
25
  - label: Security incident management
26
26
  value: security_incident_management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.38",
3
+ "version": "5.1.40",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",