SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

BUG in HttpResponseExceptionFactory<T> CreateException

Open BlueSkeye opened this issue 1 year ago • 0 comments

Null reference assignment to result at : https://github.com/AzureAD/SCIMReferenceCode/blob/d445ef901981fef684a220fe8cf6c97b588600fd/Microsoft.SystemForCrossDomainIdentityManagement/Service/HttpResponseExceptionFactory.cs#L20

is probably not what is expected. Consider replacing with :

message = null;

BlueSkeye avatar Aug 16 '24 13:08 BlueSkeye