Skip to content

Commit 5e8ef8b

Browse files
committed
Fix typo
1 parent e045121 commit 5e8ef8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/BuildandDeployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ Patch Management:
260260
implementation:
261261
- 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:
263-
risk: Components, dependencies, files or file access rights might have Vulnerabilities, but the they are not needed.
264-
measure: Removal of not needed components, dependencies, files or file access rights.
263+
risk: Components, dependencies, files or file access rights might have vulnerabilities, but the they are not needed.
264+
measure: Removal of not needed components, dependencies, files or file access rights. For container images the usage of distroless images is recommended.
265265
difficultyOfImplementation:
266266
knowledge: 3
267267
time: 3

0 commit comments

Comments
 (0)