Skip to content

Commit 37d2269

Browse files
authored
Merge pull request #1 from vbakke/feat/v4-review-level-1-implementation
Feat/v4 review level 1 implementation
2 parents 1cf5f0f + 78700ec commit 37d2269

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,17 @@ Implementation:
8484
- Peer review - four eyes principle is not explicitly required by ISO 27001
8585
- 5.3
8686
- 8.25
87-
Versioning:
87+
Version control:
8888
uuid: 066084c6-1135-4635-9cc5-9e75c7c5459f
89-
risk: Deployment of untracked artifacts.
90-
description: Use a version control system platform like Github, Gitlab, Bitbucket, gittea,... to version your code.
89+
description:
90+
Use a _version control system_ like Github, Gitlab, Bitbucket, etc to version your source code.
91+
92+
Also known as _source control_, _revision control_, or _source code management_.
93+
risk:
94+
Without version control, it is challenging to track changes, collaborate effectively, and maintain a history of code modifications.
95+
Rollback to earlier versions is hard.
9196
measure: >-
92-
Version artifacts in order to identify deployed features and issues.
97+
Version your source code in order to identify deployed features and issues.
9398
This includes application and infrastructure code, jenkins configuration, container and virtual machine images definitions.
9499
difficultyOfImplementation:
95100
knowledge: 3

0 commit comments

Comments
 (0)