Skip to content

Commit 7a6b7ff

Browse files
committed
add statistics
1 parent 9619774 commit 7a6b7ff

File tree

3 files changed

+32
-8048
lines changed

3 files changed

+32
-8048
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,31 @@ Test and Verification:
2626
isImplemented: false
2727
evidence: ""
2828
comments: ""
29+
Response Statistics:
30+
risk: No or delayed reaction to findings leads to potential exploitation of findings.
31+
measure: Creation and response statistics of findings.
32+
difficultyOfImplementation:
33+
knowledge: 2
34+
time: 2
35+
resources: 1
36+
usefulness: 3
37+
dependsOn:
38+
- Usage of a vulnerability management system
39+
level: 3
40+
implementation:
41+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/owasp-defectdojo
42+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/purify
43+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/business-friendly-vulnerability-metrics
44+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/defectdojo-client
45+
references:
46+
samm2:
47+
- I-DM-2-B
48+
iso27001-2017:
49+
- 16.1.4
50+
- 8.2.3
51+
isImplemented: false
52+
evidence: ""
53+
comments: "The [DefectDojo-Client](https://github.com/SDA-SE/defectdojo-client/tree/master/statistic-client) generates statistics from OWASP DefectDojo and places the results in a [github repository](https://github.com/pagel-pro/cluster-image-scanner-all-results)."
2954
Definition of quality gates:
3055
risk: Improper examination of vulnerabilities leads to no visibility at all.
3156
measure: |-

src/assets/YAML/default/implementations.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,4 +692,10 @@ implementations:
692692
tags: [development, architecture]
693693
url: https://martinfowler.com/articles/feature-toggles.html
694694
description: |
695-
Feature Toggles are a powerful technique, allowing teams to modify system behavior without changing code. (Pete Hodgson)
695+
Feature Toggles are a powerful technique, allowing teams to modify system behavior without changing code. (Pete Hodgson)
696+
defectdojo-client:
697+
name: DefectDojo Client
698+
tags: [Defectdojo, statistics]
699+
url: https://github.com/SDA-SE/defectdojo-client
700+
description: |
701+
This projects contains the DefectDojo upload client and statistics client. It is for example used within the ClusterImageScanner.

0 commit comments

Comments
 (0)