Starting version 5.5.30, the Software Vulnerability columns are hidden by default in Analyzer and Interactive reports.
If you need to use these columns in your User Console reports, they need to be enabled explicitly.
NOTE : The Software Vulnerability Columns are available in the cube = Normalize: IT Security
Steps to enable Software Vulnerability columns:
1)Update file %NORMALIZE_BI_HOME%\Conf\NBI.Configuration.config
Change the below property to False(By default Hidden = True):
<HideVulnColumns>False</HideVulnColumns>
Save the file.
2)Run the following cmd command:
%NORMALIZE_BI_HOME%\bin\Analyze.exe /Update=UpdateSubscription
The Software Vulnerability columns should now be visible.