mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-14 15:53:53 +01:00
Fixed description for filters
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
@if(!projectsWithSelection.isProjectSpecified){
|
||||
They are affecting @statistics.vulnerabilitiesToDependencies.flatMap(_._2.flatMap(_.projects)).toSet.size projects.
|
||||
}else{
|
||||
Just one project is selected.
|
||||
<div class="alert alert-warning">When a project is selected, YSVSS might differ, as it is computed over a subset of subprojects. As a result, order of vulnerabilities might differ from their order at all-projects view.</div>
|
||||
Showing only project matching the selected filter.
|
||||
<div class="alert alert-warning">When a filter is applied, YSVSS might differ, as it is computed over a subset of subprojects. As a result, order of vulnerabilities might differ from their order at all-projects view.</div>
|
||||
}
|
||||
<div class="help">
|
||||
Vulnerabilities are sorted by number of affected projects multiplied by their severity. If the score is the same, then they are sorted by severity. If even this matches, they are sorted by name (which is related to vulnerability age).
|
||||
|
||||
Reference in New Issue
Block a user