Skip to content

Commit d1cf061

Browse files
fix chaos monkey
1 parent 037af91 commit d1cf061

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Implementation:
454454
isImplemented: false
455455
evidence: ""
456456
comments: ""
457-
Usage of a chaos monkey:
457+
Usage of a chaos technology:
458458
uuid: f8e80f18-2503-4e3e-b3bc-7f67bb28defe
459459
risk:
460460
Due to manual changes on a system, they are not replaceable anymore. In
@@ -469,7 +469,8 @@ Implementation:
469469
resources: 5
470470
usefulness: 3
471471
level: 4
472-
implementation: []
472+
implementation:
473+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/chaosmonkey
473474
references:
474475
samm2:
475476
- O-EM-1-A
@@ -480,7 +481,7 @@ Implementation:
480481
- Not explicitly covered by ISO 27001 - too specific
481482
- 5.29
482483
isImplemented: false
483-
evidence: ""
484+
evidence: "Test execution report, logs in test automation system"
484485
comments: ""
485486
Usage of an security account:
486487
uuid: 746025a6-dbfb-4087-a000-e46acab64ee1

src/assets/YAML/default/implementations.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ implementations:
1919
url: https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work
2020
description: |-
2121
Signing of commits in git
22+
chaosmonkey:
23+
uuid: c117e79b-8223-4e55-9da5-efbf5d741c15
24+
name: chaosmonkey
25+
tags: [chaos, testing]
26+
url: https://github.com/Netflix/chaosmonkey
27+
description: |-
28+
CI/CD tools such as jenkins, gitlab-ci or github-actions
2229
ci-cd-tools:
2330
uuid: b4bfead3-5fb6-4dd0-ba44-5da713bd22e4
2431
name: CI/CD tools

0 commit comments

Comments
 (0)