Skip to content

Commit 1d4eb83

Browse files
committed
Beautify
1 parent 72a1f14 commit 1d4eb83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/BuildandDeployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Patch Management:
258258
level: 4
259259
samm2: o-environment-management|B|1
260260
implementation:
261-
- "Sample concept:<br/>(1) each container has a set lifetime and is killed / replaced with a new container multiple times a day where you have some form of a graceful replacement to ensure no (short) service outage will occur to the end users.<br/>(2) twice a day a rebuild of images is done. The rebuilds are put into a automated testing pipeline. If the testing has no blocking issues the new images will be released for deployment during the next "restart" of a container. What has to be done, is to ensure the new containers are deployed in some canary deployment manner, this will ensure that if (and only if) something buggy has been introduced which breaks functionality the canary deployment will make sure the "older version" is being used and not the buggy newer one."
261+
- Sample concept:<br/>(1) each container has a set lifetime and is killed / replaced with a new container multiple times a day where you have some form of a graceful replacement to ensure no (short) service outage will occur to the end users.<br/>(2) twice a day a rebuild of images is done. The rebuilds are put into a automated testing pipeline. If the testing has no blocking issues the new images will be released for deployment during the next "restart" of a container. What has to be done, is to ensure the new containers are deployed in some canary deployment manner, this will ensure that if (and only if) something buggy has been introduced which breaks functionality the canary deployment will make sure the "older version" is being used and not the buggy newer one.
262262
Reduction of the attack surface:
263263
risk: Dependencies might have Vulnerabilities, but the component or dependency is not needed.
264264
measure: Removal of not needed components or dependencies.

0 commit comments

Comments
 (0)