Skip to content

Commit 66b851b

Browse files
swapnilbhalgatSwapnil Bhalgat
andauthored
Suppress CodeQL warning as the intent is to debug the login process (#491)
Co-authored-by: Swapnil Bhalgat <sbhalgat@microsoft.com>
1 parent 42bcd7e commit 66b851b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GeneralTools/DataverseClient/Testers/LoginControlTester/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public partial class MainWindow : Window
5656
public MainWindow()
5757
{
5858
InitializeComponent();
59+
// CodeQL [SM02184] intent is to debug the login process
5960
ServicePointManager.ServerCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) =>
6061
{
6162
//MessageBox.Show("CertError");

0 commit comments

Comments
 (0)