You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, I'm so glad you reported this. I have been encountering this error so I guess I need to sanitize my fields.
Salesforce.Common.ForceException: Records not processed
at Salesforce.Common.XmlHttpClient.HttpGetAsync[T](Uri uri)
at Salesforce.Common.XmlHttpClient.HttpGetAsync[T](String urlSuffix)
at Salesforce.Force.ForceClient.GetBatchResultAsync(String batchId, String jobId)
at Salesforce.Force.ForceClient.GetBatchResultAsync(BatchInfoResult batchInfo)
at Salesforce.Force.ForceClient.RunJobAndPollAsync[T](String objectName, String externalIdFieldName, OperationType operationType, IEnumerable`1 recordsLists)
at DragnetTech.EventProcessors.SalesForce.SFDCApi.RunJobAndPollAsync(String recordtype, String externalIdFieldName, OperationType operationType, List`1 batchList) in C:\BuildAgent\work\cd2eb89e93c72895\Functions\DragnetTech.EventProcessors\SalesForce\SFDCApi.cs:line 80
Strings are not XmlEncoded when an SObject is encoded. This leads to "records not processed" exceptions when fields contain xml characters.
This should be considered a security issue as tag injection & mass assignment is possible as a result. Proof of concept attack available on request.
The text was updated successfully, but these errors were encountered: