From fd11048be8b1d14e291c075b4c06b5958dc1fb82 Mon Sep 17 00:00:00 2001 From: swatipersistent <99341045+swatipersistent@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:08:51 +0530 Subject: [PATCH] SCA Critical Scan (#259) --- src/main/resources/com/cx/report/report.ftl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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/> +