Skip to content

Commit cef4873

Browse files
authored
change usefullness and level of scanning for vulns
1 parent 63ff9d3 commit cef4873

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

data/TestandVerification.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ Static depth for applications:
214214
- <a href="https://github.com/RetireJS/retire.js/">retire.js</a>
215215
- <a href="https://docs.npmjs.com/cli/audit">npm audit</a>
216216
samm2: v-security-testing|A|2
217-
Test of middleware components with known vulnerabilities:
217+
Test of backend components with known vulnerabilities:
218218
risk: Components of the middleware might have vulnerabilities.
219-
measure: Tests for known vulnerabilities in components of the middleware are performed.
219+
measure: Tests for known vulnerabilities in components of the backend/middleware are performed.
220220
difficultyOfImplementation:
221221
knowledge: 1
222222
time: 2
@@ -529,16 +529,18 @@ Static depth for infrastructure:
529529
- <a href="https://kubesec.io/">kubesec</a>
530530
samm2: v-security-testing|A|1
531531
Test of infrastructure components for known vulnerabilities:
532-
risk: " Infrastructure components might have vulnerabilities."
533-
measure: "Test for known vulnerabilities in infrastructure components. Often, the only way to respond to known vulnerabilities in operating system packages is to accept the risk and wait for a patch."
532+
risk: "Infrastructure components might have vulnerabilities."
533+
measure: "Test for known vulnerabilities in infrastructure components. Often, the only way to respond to known vulnerabilities in operating system packages is to accept the risk and wait for a patch. As the patch needs to be applied fast when it is available, this activity depends on 'Usage of a maximum life for images'."
534534
difficultyOfImplementation:
535535
knowledge: 2
536536
time: 5
537537
resources: 2
538-
usefulness: 2
539-
level: 3
538+
usefulness: 1
539+
level: 4
540+
dependsOn:
541+
- Usage of a maximum lifetime for images
540542
implementation:
541-
- Anchore
543+
- Anchore.io
542544
- Clair
543545
- OpenSCAP
544546
- <a href='https://github.com/future-architect/vuls'>Vuls</a>

0 commit comments

Comments
 (0)