@(
projectsWithSelection: ProjectsWithSelection,
name: String
)(implicit header: DefaultRequest)
@main(
title = s"Unknown vulnerability $name for ${projectsWithSelection.projectNameText}",
projectsOption = Some((projectsWithSelection, p => routes.Statistics.vulnerability(name, p)))
){
Vulnerability @name is not found@if(projectsWithSelection.isProjectSpecified){ for selected project(s)}.
Possible solutions
@if(projectsWithSelection.isProjectSpecified){
-
Maybe the vulnerability does not affect this project, but it might affect other projects.
Look at all the projects!
}
-
Maybe the vulnerability does not affect any of the projects.
Look at NVD
}