Skip to content

Commit f8bfa21

Browse files
authored
add more risks for not having max lifetime
add risk for not having max lifetime based on @louwersj see #13
1 parent 2bb96be commit f8bfa21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/BuildandDeployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Patch Management:
238238
level: 2
239239
samm2: o-environment-management|B|1
240240
Usage of a maximum lifetime (age) for images:
241-
risk: Vulnerabilities in images of running containers stay for too long and might get exploited.
242-
measure: The periodically builded images are deployed minimum every 30 days (better hourly/daily/weekly). Meaning an image is not in production for longer than 30 days.
241+
risk: Vulnerabilities in images of running containers stay for too long and might get exploited. Long running containers have potential memory leaks. A compromised container might get killed by restarting the container (e.g. in case the attacker has not reached the persistence layer).
242+
measure: The periodically builded images are deployed minimum every 30 days (better hourly/daily/weekly). Meaning an image is not in production for longer than 30 days.
243243
difficultyOfImplementation:
244244
knowledge: 3
245245
time: 4

0 commit comments

Comments
 (0)