License Analysis

Threat Level Declared License(s) Observed License(s) in Source
<#if threatLevelId??><#else><#assign threatLevelId='UNKNOWN'> <#if threatLevelId == 'COPYLEFT'>COPYLEFT <#elseif threatLevelId == 'WEAKCOPYLEFT'>WEAKCOPYLEFT <#elseif threatLevelId == 'LIBERAL'>LIBERAL <#else>UNKNOWN-CATEGORY  ${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!}