How to populate Qualys detection score from Qualys, Asset risk score and Asset criticality score from both Qualys and Tenable scanners.In the Vulnerability Response application, to retrieve Qualys Detection Score from QualysHostDetectionIntegration , pass the query parameter in the rest message as:show_qds = 1.After passing the query parameters, qds is part of every detection and it is populated on the detection in Source Detection Score field and all the source detection scores are rolled up to the vulnerable item and populated in Source Risk score field. Asset risk score and Asset criticality Score: For Tenable, there is no need to pass any extra query parameters, AssetExposureScore is populated in the fields AssetRiskScore and AssetCriticalityScore in Discovered Item table. For Qualys, to retrieve AssetRiskScore and AssetCriticalityScore from QualysHostListIntegration, pass the query parameter in the rest message as:show_ars = 1. After passing the query parameters for the scanner Qualys, the AssetRiskScore and AssetCriticalityScore gets populated in the Discovered Item table. . Along with the AssetRiskScore & AssetCriticalityScore, Qualys also provides the TruRiskScore on an asset. This is available when show_trurisk = 1 is configured similar to the show_ars = 1 from the above in the REST method of the Qualys Host List integration. As of now, there is no dedicated column on the Discovered item to presist the TruRiskScore, but this TruRiskScore can be surfaced in the Source Data, by adding a new column on the table: sn_vul_qualys_host_attrib as show in the below screenshots. Column label: TRURISK_SCOREColumn name: u_trurisk_scoreColumn type: Integer.