@(idPrefix: String, list: Seq[GroupedDependency], selectorOption: Option[String], expandByDefault: Boolean = true, addButtons: Boolean = true) @cpeHtmlId(cpe: String) = @{ cpe.getBytes("utf-8").mkString("-") }
| Severity | Identifiers | Vulns | |
|---|---|---|---|
| @for(s <- dep.maxCvssScore) { @s affects @dep.projects.size @if(dep.projects.size>1){projects}else{project} } | @libraryIdentificationList(dep, Some(cpe => s"$idPrefix-${dep.hashes.serialized}-suppression-cpe-${cpeHtmlId(cpe)}"), addLink = false, addButtons = addButtons) | @for(s <- dep.maxCvssScore) {@dep.vulnerabilities.size} | |