mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
Merge pull request #602 from spyhunter99/feature/601
#601 make the dependency vulnerability count easier to pull out of th…
This commit is contained in:
@@ -190,7 +190,7 @@ arising out of or in connection with the use of this tool, the analysis performe
|
||||
#end
|
||||
#end
|
||||
Dependencies Scanned: $depCount<br/>
|
||||
Vulnerable Dependencies: $vulnCount<br/><br/>
|
||||
Vulnerable Dependencies: <span id="volnCount">$vulnCount</span><br/><br/>
|
||||
<h2>Vulnerable Dependencies</h2>
|
||||
#set($cnt=0)
|
||||
<table id="vulnTable" class="lined">
|
||||
|
||||
Reference in New Issue
Block a user