diff --git a/src/main/resources/com/cx/report/report.ftl b/src/main/resources/com/cx/report/report.ftl index 4924a1be..87b99ac2 100644 --- a/src/main/resources/com/cx/report/report.ftl +++ b/src/main/resources/com/cx/report/report.ftl @@ -1521,9 +1521,10 @@
  • -
    +
    <#if config.osaThresholdsEnabled && config.osaCriticalThreshold??> - <@thresholdTooltip threshold=config.osaCriticalThreshold count=dependencyResult.criticakVulnerability/> + <@thresholdTooltip threshold=config.osaCriticalThreshold count=dependencyResult.criticalVulnerability!0/> +