Skip to content

Commit d36f086

Browse files
committed
Add image checks on behalf of SDA SE
1 parent 1936f38 commit d36f086

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

data/TestandVerification.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,4 +574,26 @@ Static depth for infrastructure:
574574
- <a href="https://github.com/dxa4481/truffleHog">truffleHog</a>
575575
- <a href="https://github.com/nccgroup/go-pillage-registries">go-pillage-registries</a>
576576
samm2: v-security-testing|A|1
577+
Check for image lifetime:
578+
risk: Old container images in production indicate that patch management is not performed and therefore vulnerabilities might exists.
579+
measure: Check the image age of containers in production.
580+
difficultyOfImplementation:
581+
knowledge: 2
582+
time: 1
583+
resources: 1
584+
usefulness: 2
585+
level: 3
586+
implementation:
587+
samm2: v-security-testing|A|1
588+
Check for new image version​:
589+
risk: When a new version of an image is available, it might fixes security vulnerabilities.
590+
measure: Check for new images of containers in production.
591+
difficultyOfImplementation:
592+
knowledge: 3
593+
time: 3
594+
resources: 1
595+
usefulness: 2
596+
level: 3
597+
implementation:
598+
samm2: v-security-testing|A|2
577599
...

0 commit comments

Comments
 (0)