Skip to content

Commit 33b7ba2

Browse files
committed
enhance
1 parent 1012896 commit 33b7ba2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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, or files might have Vulnerabilities, but the they are not needed.
264-
measure: Removal of not needed components, dependencies or files.
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.
265265
difficultyOfImplementation:
266266
knowledge: 3
267267
time: 3

data/TestandVerification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ Static depth for infrastructure:
569569
time: 1
570570
resources: 2
571571
usefulness: 2
572-
level: 2
572+
level: 1
573573
implementation:
574574
- <a href="https://github.com/dxa4481/truffleHog">truffleHog</a>
575575
- <a href="https://github.com/nccgroup/go-pillage-registries">go-pillage-registries</a>

0 commit comments

Comments
 (0)