Skip to content

Commit 125f5ee

Browse files
committed
adjust
1 parent 10cc808 commit 125f5ee

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,69 @@
22
---
33
Test and Verification:
44
Consolidation:
5+
Fix based on accessibility:
6+
uuid: 0c10a7f7-f78f-49f2-943d-19fdef248fed
7+
risk:
8+
Overwhelming volume of security findings from automated testing tools. This might lead to ignorance of findings.
9+
measure: |-
10+
Implement a simple risk-based prioritization framework for vulnerability remediation based on accessibility of the applications.
11+
difficultyOfImplementation:
12+
knowledge: 2
13+
time: 2
14+
resources: 1
15+
usefulness: 4
16+
level: 3
17+
meta:
18+
implementationGuide: |-
19+
Develop a scoring system for asset accessibility, considering factors like:
20+
- Whether the asset is internet-facing (highly recommended)
21+
- The number of network hops required to reach the asset (recommended)
22+
- Authentication requirements for access (recommended)
23+
dependsOn:
24+
- uuid:38d1bd10-7b5f-4ae1-868c-0ec813285425 # Fix based on severity
25+
#- uuid:3260a15f-2df0-4173-8790-f11de2cb525a # Access applications accessibility TODO
26+
- uuid: 2a44b708-734f-4463-b0cb-86dc46344b2f #iventory of apps
27+
implementation:
28+
references:
29+
samm2:
30+
- I-DM-3-B
31+
iso27001-2017:
32+
- 16.1.4
33+
- 8.2.1
34+
- 8.2.2
35+
- 8.2.3
36+
iso27001-2022:
37+
- 5.25
38+
- 5.12
39+
- 5.13
40+
- 5.10
41+
tags: ["vuln-action", "defect-management"]
42+
Fix based on severity:
43+
uuid: 38d1bd10-7b5f-4ae1-868c-0ec813285425
44+
risk: |-
45+
Overwhelming volume of security findings from automated testing tools. This might lead to ignorance of findings.
46+
measure: Implement a very simple risk-based prioritization framework for vulnerability remediation based on the severity of the findings.
47+
difficultyOfImplementation:
48+
knowledge: 2
49+
time: 2
50+
resources: 1
51+
usefulness: 3
52+
level: 1
53+
implementation:
54+
references:
55+
samm2:
56+
- I-DM-3-B
57+
iso27001-2017:
58+
- 16.1.4
59+
- 8.2.1
60+
- 8.2.2
61+
- 8.2.3
62+
iso27001-2022:
63+
- 5.25
64+
- 5.12
65+
- 5.13
66+
- 5.10
67+
tags: ["vuln-action", "defect-management"]
568
Advanced visualization of defects:
669
uuid: 7a82020c-94d1-471c-bbd3-5f7fe7df4876
770
risk:

0 commit comments

Comments
 (0)