You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/BuildandDeployment.yml
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,4 +216,56 @@ Deployment:
216
216
usefulness: 3
217
217
level: 1
218
218
samm2: o-incident-management|TODO
219
+
Patch Management:
220
+
A patch policy is defined:
221
+
risk: Vulnerabilities in running containers stay for long and might get exploited.
222
+
measure: A patch policy for all artifacts (e.g. in images) is defined. How often is an images getting build?
223
+
difficultyOfImplementation:
224
+
knowledge: 3
225
+
time: 1
226
+
resources: 2
227
+
usefulness: 4
228
+
level: 1
229
+
samm2: o-environment-management|B|1
230
+
Nightly build of images:
231
+
risk: Vulnerabilities in running containers stay for too long and might get exploited.
232
+
measure: Images are getting build at least nightly.
233
+
difficultyOfImplementation:
234
+
knowledge: 3
235
+
time: 2
236
+
resources: 2
237
+
usefulness: 3
238
+
level: 2
239
+
samm2: o-environment-management|B|1
240
+
Usage of a maximum life for containers:
241
+
risk: Vulnerabilities in 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 a container does not lives longer than 30 days.
243
+
difficultyOfImplementation:
244
+
knowledge: 3
245
+
time: 4
246
+
resources: 2
247
+
usefulness: 3
248
+
level: 3
249
+
samm2: o-environment-management|B|1
250
+
Usage of a short maximum life for containers:
251
+
risk: Vulnerabilities in running containers stay for too long and might get exploited.
252
+
measure: The nightly builded images are deployed minimum every 1 day.
253
+
difficultyOfImplementation:
254
+
knowledge: 3
255
+
time: 4
256
+
resources: 2
257
+
usefulness: 3
258
+
level: 4
259
+
samm2: o-environment-management|B|1
260
+
Reduction of the attack surface:
261
+
risk: Dependencies might have Vulnerabilities, but the component or dependency is not needed.
262
+
measure: Removal of not needed components or dependencies.
0 commit comments