Skip to content

Commit c71e73d

Browse files
authored
Merge pull request #208 from corrupt/patch-1
Added Generation of patch management statistics
2 parents dc6e65a + 8b3c895 commit c71e73d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,30 @@ Test and Verification:
5151
isImplemented: false
5252
evidence: ""
5353
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)."
54+
Generation of Patch Management Statistics:
55+
risk: Delays in patch response lead to an increased attack surface through longer exposure of known vulnerabilities.
56+
measure: Average time to patch is visualized per component/project/team.
57+
difficultyOfImplementation:
58+
knowledge: 2
59+
time: 2
60+
resources: 1
61+
usefulness: 2
62+
level: 3
63+
dependsOn:
64+
- A patch policy is defined
65+
- Automated PRs for patches
66+
implementation:
67+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/owasp-defectdojo
68+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/purify
69+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/business-friendly-vulnerability-metrics
70+
references:
71+
samm2:
72+
- I-DM-3-B
73+
iso27001-2017:
74+
- 16.1.4
75+
isImplemented: false
76+
evidence: ""
77+
comments: ""
5478
Definition of quality gates:
5579
risk: Improper examination of vulnerabilities leads to no visibility at all.
5680
measure: |-

0 commit comments

Comments
 (0)