mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-14 06:06:04 +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
|
||||||
#end
|
#end
|
||||||
Dependencies Scanned: $depCount<br/>
|
Dependencies Scanned: $depCount<br/>
|
||||||
Vulnerable Dependencies: $vulnCount<br/><br/>
|
Vulnerable Dependencies: <span id="volnCount">$vulnCount</span><br/><br/>
|
||||||
<h2>Vulnerable Dependencies</h2>
|
<h2>Vulnerable Dependencies</h2>
|
||||||
#set($cnt=0)
|
#set($cnt=0)
|
||||||
<table id="vulnTable" class="lined">
|
<table id="vulnTable" class="lined">
|
||||||
|
|||||||
Reference in New Issue
Block a user