From 1bb70b676bb9de599597052a9597ba97ff17dcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0est=C3=A1k=20V=C3=ADt?= Date: Wed, 18 May 2016 09:48:39 +0200 Subject: [PATCH] Fixed description for filters --- app/views/statistics/vulnerabilities.scala.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/statistics/vulnerabilities.scala.html b/app/views/statistics/vulnerabilities.scala.html index b36effa..75b4168 100644 --- a/app/views/statistics/vulnerabilities.scala.html +++ b/app/views/statistics/vulnerabilities.scala.html @@ -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. -
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.
+ Showing only project matching the selected filter. +
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.
}
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).