Skip to content
Snippets Groups Projects
Verified Commit 180145e3 authored by Jan-Niclas Strüwer's avatar Jan-Niclas Strüwer
Browse files

updated various KPI descriptions and names

parent 126b7557
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ enum class KpiKind {
}
override fun getName(): String {
return "Checked in Binaries"
return "No Checked in Binaries"
}
},
NUMBER_OF_COMMITS {
......@@ -115,15 +115,18 @@ enum class KpiKind {
return KPITreeResponseDto(
value = value,
name = this.getName(),
description = "Used to look for suspicious strings in the repository," +
" which might indicate leaked passwords or other secrets.",
description = "Used to assess the security of the software provided. " +
"For this purpose, it is checked at code level whether actual secrets " +
"are revealed within the code. There is a possibility that discovered potential secrets " +
"are no actual secrets. In future updates, the developers will be allowed " +
"to contradict the analysis results.",
children = children,
isEmpty = isEmpty
)
}
override fun getName(): String {
return "Secrets"
return "Public Secrets"
}
},
SAST_USAGE {
......@@ -332,7 +335,13 @@ enum class KpiKind {
return KPITreeResponseDto(
value = value,
name = this.getName(),
description = "This score is calculated by the following formula: 100 - (max(CVSS score) * 10). " +
description = "Serves to assess the security of the software provided. For this purpose, " +
"the external dependencies of the software are analyzed for vulnerabilities. The assessment" +
" is performed by selecting the most critical vulnerability according to the " +
"Common Vulnerability " +
"Scoring System (CVSS) for assessing IT security vulnerabilities among all " +
"identified external dependencies." +
"This score is calculated by the following formula: 100 - (max(CVSS score) * 10). " +
"Thus, a lower value indicates a more critical vulnerability.",
children = children,
isEmpty = isEmpty
......@@ -340,7 +349,7 @@ enum class KpiKind {
}
override fun getName(): String {
return "Maximal Dependency Vulnerability Score"
return "Maximal Dependency Vulnerability"
}
},
DOCUMENTATION {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.