DependencyCheck
DependencyCheck copied to clipboard
Update htmlReport.vsl
Fixes Issue
After the page is rendered, a wrong class on "Published Vulnerabilities" causes inconsistency with the click effect.
Description of Change
Update htmlReport.vsl
-
before fixed:
-
fixed:
Have test cases been added to cover the new functionality?
yes
Thanks @mysmlz - however, this change is not complete - as you cannot collapse the Published Vulnerabilities
section after the update. This is because line 40 needs to be updated from:
$(".expandable").click(function (event) {
To:
$(".expandable, .collapsed").click(function (event) {
Any chance you can add the update to this PR?
Thank you!