Skip to content

Commit bd4daee

Browse files
authored
Merge pull request #48 from vbakke/bug/fix-errors
Fixed som duplicate URLs in the implementation references
2 parents 057778a + 549a9a7 commit bd4daee

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

src/assets/YAML/default/Implementation/InfrastructureHardening.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Implementation:
1717
usefulness: 4
1818
level: 1
1919
implementation:
20-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/smartcard
2120
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/yubikey
2221
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/sms
2322
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/totp
@@ -54,7 +53,6 @@ Implementation:
5453
dependsOn:
5554
- MFA for admins
5655
implementation:
57-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/smartcard
5856
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/yubikey
5957
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/sms
6058
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/totp
@@ -402,8 +400,8 @@ Implementation:
402400
usefulness: 4
403401
level: 2
404402
implementation:
405-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-kubernetes-bench
406-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-docker-bench-for
403+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-kubernetes-benchmark
404+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-docker-benchmark
407405
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/for-example-for-cont
408406
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/attack-matrix-cloud
409407
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/attack-matrix-containers
@@ -435,8 +433,8 @@ Implementation:
435433
usefulness: 3
436434
level: 4
437435
implementation:
438-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-kubernetes-bench
439-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-docker-bench-for
436+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-kubernetes-benchmark
437+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/cis-docker-benchmark
440438
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/for-example-for-cont
441439
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/attack-matrix-cloud
442440
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/attack-matrix-containers

src/assets/YAML/default/implementations.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ implementations:
179179
url: https://www.owasp.org/index.php/Agile_Software_Development
180180
description:
181181
"[Do not Forget EVIL User Stories](https://www.owasp.org/index.php/Agile_Software_Development:_Don%27t_Forget_EVIL_User_Stories)\
182-
\ and [Practical Security Stories and Security Tasks for Agile Development Environments](http://safecode.org/publication/SAFECode_Agile_Dev_Security0712.pdf)"
182+
\ and [Practical Security Stories and Security Tasks for Agile Development Environments](https://safecode.org/publication/SAFECode_Agile_Dev_Security0712.pdf)"
183183
libyear:
184184
uuid: 2fff917f-205e-4eab-2e0e-1fab8c04bf33
185185
name: libyear
@@ -249,16 +249,16 @@ implementations:
249249
name: OWASP MASVS
250250
tags: []
251251
url: https://github.com/OWASP/owasp-masvs
252-
cis-kubernetes-bench:
252+
cis-kubernetes-benchmark:
253253
uuid: edaec98d-dac7-4dfd-8ab3-42c471d5b9ff
254-
name: CIS Kubernetes Bench for Security
254+
name: CIS Kubernetes Benchmark for Security
255255
tags: []
256-
url: https://www.cisecurity.org/cis-benchmarks/
257-
cis-docker-bench-for:
256+
url: https://www.cisecurity.org/benchmark/kubernetes
257+
cis-docker-benchmark:
258258
uuid: 4dd23c4a-5a7e-4917-82cf-d00e0f04482f
259-
name: CIS Docker Bench for Security
259+
name: CIS Docker Benchmark for Security
260260
tags: []
261-
url: https://www.cisecurity.org/cis-benchmarks/
261+
url: https://www.cisecurity.org/benchmark/docker
262262
for-example-for-cont:
263263
uuid: f4d7c796-8574-4a88-ab00-98d245a115ef
264264
name: For example for Cont
@@ -355,14 +355,9 @@ implementations:
355355
uuid: cc55cba1-ea0a-466e-99c5-337c9da2b00e
356356
name: Plugins
357357
tags: []
358-
smartcard:
359-
uuid: e76a395a-8d6a-4e25-a175-6cf25409b755
360-
name: Smartcard
361-
tags: []
362-
url: https://d3fend.mitre.org/technique/d3f:Multi-factorAuthentication/
363358
yubikey:
364359
uuid: d5981117-9bc2-45ed-b4a4-383135dc13d8
365-
name: YubiKey
360+
name: YubiKey - Smartcard
366361
tags: []
367362
url: https://d3fend.mitre.org/technique/d3f:Multi-factorAuthentication/
368363
sms:

0 commit comments

Comments
 (0)