Vulnerability Integration Run Processes Fail With Error - Security restricted: xml is not an authorized file extensionIssue Vulnerability Integration Runs and Processes Fail With Errors as - 1. Error: Invalid response payload received from Rapid7. Encountered process error running the integration.2. Error: Invalid response payload received from Rapid7 java.lang.NullPointerException.CauseWe Need to Check the detailed logs for the transaction when the integration processes fail. Following Errors were observed in the logs when the transaction failed - 2022-08-04 00:25:14 (294) worker.4 worker.4 txid=ddb730a2dbc5 WARNING *** WARNING *** Security restricted: xml is not an authorized file extension2022-08-04 00:25:14 (296) worker.4 worker.4 txid=ddb730a2dbc5 WARNING *** WARNING *** Get for non-existent record: sys_attachment:null, initializing2022-08-04 00:25:14 (297) worker.4 worker.4 txid=ddb730a2dbc5 SEVERE *** ERROR *** com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prologat [row,col {unknown-source}]: [1,0]org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog The cause of the issue is xml is not listed as authorized file extension for attachments.ResolutionThere is a system property - glide.attachment.extensions. Refer - Attachment System Properties for more details about the system property. The system property holds list of file extensions (comma-separated) that can be attached. Customer needs to update the system property to add xml in the valid extensions for the attachment.