Skip to content

Commit d41c367

Browse files
VeryEarlythomas-temby
authored andcommitted
[RecoveryServices] Bypass CodeQL check (#29349)
1 parent 4584a4e commit d41c367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RecoveryServices/RecoveryServices.Backup.ServiceClientAdapter/ClientProxyBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public ClientProxyBase(IAzureContext context)
5050
RefreshClientRequestId();
5151

5252
// Temp code to be able to test internal env.
53-
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };
53+
ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; // CodeQL [SM02184] Settings on ServicePointManager no longer affect SslStream or HttpClient: https://learn.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager?view=net-10.0
5454
}
5555

5656
/// <summary>

0 commit comments

Comments
 (0)