Skip to content

Commit 67e30e5

Browse files
committed
add Check for known vulnerabilities
1 parent c2924b3 commit 67e30e5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

data/TestandVerification.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,19 @@ Dynamic depth for infrastructure:
676676
- 14.2.3
677677
- 14.2.8
678678
Static depth for infrastructure:
679+
Test of virtualized environments:
680+
risk: Virtualized environments (e.g. via <i>Container Images</i>) might contains unsecure configurations.
681+
measure: Test virtualized environments for unsecured configurations.
682+
difficultyOfImplementation:
683+
knowledge: 2
684+
time: 1
685+
resources: 2
686+
usefulness: 3
687+
level: 2
688+
implementation:
689+
- <a href="https://github.com/wagoodman/dive">Dive to inspect a container images</a>
690+
- Cluster Scanner (will be open sourced soon) to check different aspects
691+
samm2: v-security-testing|A|1
679692
Test the definition of virtualized environments:
680693
risk: The definition of virtualized environments (e.g. via <i>Dockerfile</i>) might contains unsecure configurations.
681694
measure: Test the definition of virtualized environments for unsecured configurations.
@@ -802,6 +815,21 @@ Static depth for infrastructure:
802815
iso27001-2017:
803816
- 12.6.1
804817
- 14.2.5
818+
Check for known vulnerabilities:
819+
risk: Known vulnerabilities in infrastructure components like container images might get exploited.
820+
measure: Check for known vulnerabilities
821+
difficultyOfImplementation:
822+
knowledge: 2
823+
time: 1
824+
resources: 1
825+
usefulness: 4
826+
level: 4
827+
implementation:
828+
- https://github.com/aquasecurity/trivy
829+
- Registries like quay, dockerhub provide (commercial) offerings, often not suiteable for distroless images
830+
samm2: v-security-testing|A|2
831+
iso27001-2017:
832+
- 12.6.1
805833
Check for new image version:
806834
risk: When a new version of an image is available, it might fixes security vulnerabilities.
807835
measure: Check for new images of containers in production.

0 commit comments

Comments
 (0)