Skip to content

Commit 644ad85

Browse files
committed
Enhance distroless
1 parent 61f3bff commit 644ad85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/BuildandDeployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ 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: Dependencies might have Vulnerabilities, but the component or dependency is not needed.
264-
measure: Removal of not needed components or dependencies.
263+
risk: Components, dependencies, or files might have Vulnerabilities, but the they are not needed.
264+
measure: Removal of not needed components, dependencies or files.
265265
difficultyOfImplementation:
266266
knowledge: 3
267-
time: 2
267+
time: 3
268268
resources: 2
269269
usefulness: 3
270270
level: 2

0 commit comments

Comments
 (0)