From cb8d7a924648dfc2bb9bddaa709dd060bf6229d6 Mon Sep 17 00:00:00 2001 From: Swapnil Bhalgat Date: Wed, 15 Jan 2025 15:46:43 -0800 Subject: [PATCH] Suppress CodeQL warning as the intent is to debug the login process --- .../Testers/LoginControlTester/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GeneralTools/DataverseClient/Testers/LoginControlTester/MainWindow.xaml.cs b/src/GeneralTools/DataverseClient/Testers/LoginControlTester/MainWindow.xaml.cs index 3f52005..67e97a4 100644 --- a/src/GeneralTools/DataverseClient/Testers/LoginControlTester/MainWindow.xaml.cs +++ b/src/GeneralTools/DataverseClient/Testers/LoginControlTester/MainWindow.xaml.cs @@ -56,6 +56,7 @@ public partial class MainWindow : Window public MainWindow() { InitializeComponent(); + // CodeQL [SM02184] intent is to debug the login process ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { //MessageBox.Show("CertError");