Enable Total Risk Scores of Custom Groups

Custom groups of vulnerabilities will have their own Vulnerability Risk Score. If you have created any custom groups, you will need to follow the below steps to properly display the group's aggregated vulnerability risk scores in the Affected Entities tab:

In order to complete the below steps, the user must first have the R6 Report License enabled.

To display a custom group's total risk score:

  1. Navigate to and open the %AGILIANCE_HOME%\config\agiliance.properties file.

  2. Enable the below properties:

    • allowNewReport=true

    • com.agiliance.dal.model.FusionReport.showHiddenReports=true

    • com.agiliance.dal.model.ObjectGroup.showHiddenGroups=true

    • com.agiliance.report.logReportQuery=true

  3. Log into RiskVision as a Sysadmin.

  4. In the Threat & Vulnerability Manager application, navigate to Analytics > R6 Charts.

  5. Click the Vulnerability folder in the navigation tree to the left.The Vulnerability folder of the R6 Charts section.

  6. Click the custom group that is not displaying the total risk score.A custom group's Details page.

  7. Navigate to the General tab and click Edit.The Editing Chart dialogue.

  8. In the Custom SQL Query field, change the MAX(t.risk_score) query to read ROUND(SUM(t.risk_score),2).

  9. Click Finish.