diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index a67999b2c..b6a7e3625 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -275,7 +275,18 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. margin-top:3px; margin-bottom:3px; } + .vulnerable { + color: #f00; + } + .vulnerable li { + color: #000; + } +
@@ -293,12 +304,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. #end #end Dependencies Scanned: $depCount
- Vulnerable Dependencies: $vulnCount

-
+ Vulnerable Dependencies: $vulnCount

+
+

Dependencies

#set($lnkcnt=0) #set($cnt=0)