Skip to content

Commit a79e136

Browse files
committed
enhance SCA
1 parent 52e468a commit a79e136

2 files changed

Lines changed: 34 additions & 7 deletions

File tree

src/assets/YAML/default/TestAndVerification/StaticDepthForApplications.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ Test and Verification:
341341
comments: ""
342342
Software Composition Analysis (server side):
343343
uuid: d918cd44-a972-43e9-a974-eff3f4a5dcfe
344+
description: Use a tool like trivy and concentrate on application related vulnerabilities. At this stage, ignore vulnerabilities in container base images used in the service.
344345
risk: Server side components might have vulnerabilities.
345346
measure:
346347
Tests for known vulnerabilities in server side components (e.g. backend/middleware)
@@ -360,16 +361,16 @@ Test and Verification:
360361
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/retire-js
361362
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/npm-audit
362363
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/github-dependabot
364+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/trivy
363365
references:
364366
samm2:
365367
- V-ST-2-A
366368
iso27001-2017:
367369
- 12.6.1
368370
iso27001-2022:
369371
- 8.8
370-
isImplemented: false
371-
evidence: ""
372-
comments: ""
372+
tags:
373+
- vmm-testing
373374
Usage of multiple analyzers:
374375
uuid: 297be001-8d94-41ee-ab29-207020d423c0
375376
risk:

src/assets/YAML/default/TestAndVerification/StaticDepthForInfrastructure.yaml

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,38 @@ Test and Verification:
340340
- 14.2.8
341341
- 14.2.1
342342
iso27001-2022:
343-
- System hardening, virtual environments are not explicitly covered by ISO
344-
27001 - too specific
343+
- System hardening, virtual environments are not explicitly covered by ISO 27001 - too specific
345344
- 8.8
346345
- 8.32
347346
- 8.29
348347
- 8.25
349348
isImplemented: false
350-
evidence: ""
351-
comments: ""
349+
Software Composition Analysis:
350+
uuid: d918cd44-a972-43e9-a974-eff3f4a5dcfe
351+
risk: Infrastructure components might have vulnerabilities.
352+
measure:
353+
Tests for known vulnerabilities in server side components (e.g. backend/middleware) are performed.
354+
difficultyOfImplementation:
355+
knowledge: 3
356+
time: 5
357+
resources: 1
358+
usefulness: 2
359+
level: 4
360+
dependsOn:
361+
- Defined build process
362+
- uuid:d918cd44-a972-43e9-a974-eff3f4a5dcfe
363+
implementation:
364+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/owasp-dependency-che
365+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/dependencyTrack
366+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/retire-js
367+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/npm-audit
368+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/trivy
369+
references:
370+
samm2:
371+
- V-ST-2-A
372+
iso27001-2017:
373+
- 12.6.1
374+
iso27001-2022:
375+
- 8.8
376+
tags:
377+
- vmm-testing

0 commit comments

Comments
 (0)