-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
126 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
src/assets/YAML/default/InformationGathering/MeasurementsAndMetrics.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# yaml-language-server: $schema=../../schemas/dsomm-schema-information-gathering.json | ||
--- | ||
Information Gathering: | ||
Test KPI: | ||
#Number of vulnerabilities - appsec - vuln management ? | ||
Number of vulnerabilities/severity: | ||
uuid: bc548cba-cb82-4f76-bd4b-325d9d256279 | ||
risk: |- | ||
Failing to convey the number of vulnerabilities by severity might undermine the effectiveness of product teams. This might lead to ignorance of findings. | ||
measure: |- | ||
Measurement and communication of vulnerabilities per severity for components like applications. At least quarterly. | ||
description: |- | ||
Communication can be performed in a simple way, e.g. text based during the build process. | ||
This activity depends on at least one security testing implementation. | ||
difficultyOfImplementation: | ||
knowledge: 2 | ||
time: 2 | ||
resources: 2 | ||
usefulness: 3 | ||
level: 2 | ||
dependsOn: [] | ||
implementation: [] | ||
references: | ||
samm2: | ||
- I-DM-3-B | ||
iso27001-2022: | ||
- 5.25 | ||
- 5.12 | ||
- 5.13 | ||
- 5.10 | ||
tags: | ||
- vulnerability-mgmt | ||
- metrics | ||
SLA per criticality: | ||
uuid: 123e4567-e89b-12d3-a456-426614174000 | ||
risk: |- | ||
Not communicating how many applications are adhering to SLAs based on the criticality of vulnerabilities can lead to delayed remediation of | ||
critical security issues, increasing the risk of exploitation and potential damage to the organization. | ||
measure: |- | ||
Measurement and communication of how much vulnerabilities handling per severity for components like applications are aligned to SLAs. | ||
At least quarterly. | ||
difficultyOfImplementation: | ||
knowledge: 2 | ||
time: 2 | ||
resources: 2 | ||
usefulness: 3 | ||
level: 3 | ||
dependsOn: [] | ||
implementation: [] | ||
references: | ||
samm2: | ||
- I-DM-3-B | ||
iso27001-2022: | ||
- 5.25 | ||
- 5.12 | ||
- 5.13 | ||
- 5.10 | ||
tags: | ||
- vulnerability-mgmt | ||
- metrics |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters