From eb023c0c994c6470d9e78d2d0f2393ea86392533 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sun, 26 Nov 2017 10:05:50 -0500 Subject: [PATCH] updated to better support npm --- .../src/main/resources/templates/htmlReport.vsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependency-check-core/src/main/resources/templates/htmlReport.vsl b/dependency-check-core/src/main/resources/templates/htmlReport.vsl index 08170c044..5d3ec38b6 100644 --- a/dependency-check-core/src/main/resources/templates/htmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/htmlReport.vsl @@ -623,7 +623,7 @@ Getting Help: Dependency CPE - GAV + Coordinates Highest Severity CVE Count CPE Confidence @@ -638,7 +638,7 @@ Getting Help: #end #if ($id.type=="npm") -
  • $enc.html($id.value): $enc.html($id.description)
  • +
  • $enc.html($id.value)
  • #end #end