License Analysis

<#if threatLevelId??><#else><#assign threatLevelId='UNKNOWN'> <#if threatLevelId == 'COPYLEFT'>
Threat Level Declared License(s) Observed License(s) in Source
<#elseif threatLevelId == 'WEAKCOPYLEFT'> <#elseif threatLevelId == 'LIBERAL'> <#else>  ${threatName!'Unknown License'} <#list declaredLicenses as y> ${y}<#if y_has_next>, <#list observedLicenses as y> ${y}<#if y_has_next>,

Security Issues

<#if (securityDetails?size > 0)> <#list securityDetails as x>
Threat Level Problem Code Summary
${x.severity!-1000} ${x.refId} ${x.summary!}