Skip to content

Commit 04023de

Browse files
committed
Renamed Versioning to Version control and added description
1 parent 75babf0 commit 04023de

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,18 @@ 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.
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: q
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.
9096
measure: >-
91-
Version artifacts in order to identify deployed features and issues.
92-
This includes application and infrastructure code, jenkins configuration, container and virtual machine images.
97+
Version your source code in order to identify deployed features and issues.
98+
This includes application and infrastructure code, jenkins configuration, container and virtual machine images definitions.
9399
difficultyOfImplementation:
94100
knowledge: 3
95101
time: 3

0 commit comments

Comments
 (0)