Troubleshooting empty Vulnerability Summary and Top Advisories tables
Applicable versions: 6.1.0
Problem
In some situations, after having run a Vulnerability assessment with Protect, the Vulnerability Summary and Top Advisories tables may fail to update with current values.
Resolution
To resolve this issue, an update to the SaltStack Enterprise database is required. Complete the following steps:
- Make a connection to your database.
- Run the following query:
update vman_cves set cvssv2_base = 0 where cvssv2_base is null;
- Re-run vulnerability assessment(s) to re-populate the statistics.