Service Graph Connector for Qualys - Excluding Unnecessary Attributes Issue The Service Graph Connector for Qualys continues to retrieve the attributes despite updating the values in the system sn_sec_sgc_qualys.excludeFields to exclude them from the resultant JSON data. For example, add the value 'software' to this property, yet the values will be retrieved in the JSON.ReleaseImpacted version # 2.0.6ResolutionTry the workaround below: 1. Navigate to the script Include "SGQualysAssetUtils."2. In the method "_loadData," change line 102: "if (host_asset.hasOwnProperty('software'))" to "if (this.exclude_params.indexOf('software') < 0 && host_asset.hasOwnProperty('software'))". Refer to the screenshots.3. Save the script Include. Note: Please ensure that this script include is reverted to the OOB version before the SGC-Qualys plugin is upgraded in the future, or after the plugin upgrade, to make sure that this script include out of the box change is not skipped. Related problem # PRB1891489