ccs-digitalmarketplace-frameworks 5.1.16 → 5.1.17

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.
@@ -27,9 +27,6 @@ options:
27
27
  filter_label: TLS (version 1.2 or above)
28
28
  - label: IPsec or TLS VPN gateway
29
29
  value: ipsec_or_vpn
30
- - label: Bonded fibre optic connections
31
- value: bonded_fibre
32
- filter_label: bonded fibre optic connections
33
30
  - label: Legacy SSL and TLS (under 1.2)
34
31
  value: legacy_ssl
35
32
  filter_ignore: true
@@ -19,21 +19,13 @@ followup:
19
19
  type: radios
20
20
 
21
21
  options:
22
- - label: WCAG 2.1 AAA
23
- value: wcag_aaa
24
- - label: WCAG 2.1 AA
25
- value: wcag_aa
26
- - label: WCAG 2.1 A
27
- value: wcag_a
28
- - label: WCAG 2.2 AAA
29
- value: wcag_22_aaa
30
22
  - label: WCAG 2.2 AA
31
- value: wcag_22_aa
23
+ value: wcag_aa
32
24
  - label: WCAG 2.2 A
33
- value: wcag_22_a
25
+ value: wcag_a
34
26
  - label: EN 301 549
35
27
  value: en_301_549
36
- - label: "None or don’t know"
28
+ - label: None or don’t know
37
29
  value: none_or_not_sure
38
30
 
39
31
  validations:
@@ -14,22 +14,14 @@ followup:
14
14
 
15
15
  type: radios
16
16
  options:
17
- - label: WCAG 2.1 AAA
18
- value: wcag_aaa
19
- - label: WCAG 2.1 AA
20
- value: wcag_aa
21
- - label: WCAG 2.1 A
22
- value: wcag_a
23
- - label: WCAG 2.2 AAA
24
- value: wcag_22_aaa
25
17
  - label: WCAG 2.2 AA
26
- value: wcag_22_aa
18
+ value: wcag_aa
27
19
  - label: WCAG 2.2 A
28
- value: wcag_22_a
20
+ value: wcag_a
29
21
  - label: EN 301 549
30
22
  value: en_301_549
31
- - label: "None or don’t know"
32
- value: none_or_not_sure
23
+ - label: None or don’t know
24
+ value: none
33
25
 
34
26
  validations:
35
27
  - name: answer_required
@@ -17,12 +17,6 @@ options:
17
17
  value: level_1_csa_star_self_assessment
18
18
  - label: "Level 2: CSA STAR Attestation"
19
19
  value: level_2_csa_star_attestation
20
- - label: "Level 3: CSA STAR Certification"
21
- value: level_3_csa_star_certification
22
- - label: "Level 4: CSA C-STAR Assessment"
23
- value: level_4_csa_cstar_assessment
24
- - label: "Level 5: CSA STAR Continuous Monitoring"
25
- value: level_5_csa_star_continuous_monitoring
26
20
 
27
21
  validations:
28
22
  - name: answer_required
@@ -1,5 +1,5 @@
1
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?
2
+ question: Do you have a current ISO/IEC 27001 certification (2013 or 2022) that covers the security of your service?
3
3
  filter_label: ISO/IEC 27001 (service security)
4
4
 
5
5
  depends:
@@ -13,12 +13,13 @@ followup:
13
13
 
14
14
  type: radios
15
15
  options:
16
- - label: WCAG 2.1 AAA
17
- value: wcag_aaa
18
- - label: WCAG 2.1 AA or EN 301 549
16
+
17
+ - label: WCAG 2.2 AA
19
18
  value: wcag_aa
20
- - label: WCAG 2.1 A
19
+ - label: WCAG 2.2 A
21
20
  value: wcag_a
21
+ - label: EN 301 549
22
+ value: en_301_549
22
23
  - label: None or don’t know
23
24
  value: none_or_not_sure
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.1.16",
3
+ "version": "5.1.17",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",