Skip to content

Commit 6c0379a

Browse files
committed
Move patch management to deployment
1 parent c97d3d8 commit 6c0379a

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

data/BuildandDeployment.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,56 @@ Deployment:
216216
usefulness: 3
217217
level: 1
218218
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.
263+
difficultyOfImplementation:
264+
knowledge: 3
265+
time: 2
266+
resources: 2
267+
usefulness: 3
268+
level: 2
269+
samm2: o-environment-management|B|1
270+
implementation: <a href="https://github.com/GoogleContainerTools/distroless">Distroless</a>
219271
...

data/PatchManagement.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)