Project: ${report.projectGroupId}:${report.projectArtifactId}:${report.projectVersion}
Generated: ${formattedTimestamp}
Analysis Depth: ${report.analysisDepth}
${report.analysisSummary}
Safe Updates
Risky Updates
CVEs Resolvable
Success Rate
Total Dependencies Analyzed: ${totalDependencies} | Analysis Time: ${formatDuration(report.analysisTimeMs)}
<#if report.recommendations?has_content> <#list report.recommendations as rec>| CVE ID | Severity | CVSS Score | Description |
|---|---|---|---|
| ${vuln.cveId!'N/A'} | ${vuln.severity!'UNKNOWN'} | ${(vuln.cvssV3Score!0)?string("0.0")} | ${truncateText(vuln.description!'No description', 80)} |
No dependencies analyzed
No vulnerable dependencies found to analyze for updates.