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
CodeQL is firing "Creating an ASP.NET debug binary may reveal sensitive information" alert for the Web.config, where it has been already fixed in accordance with https://codeql.github.com/codeql-query-help/csharp/cs-web-debug-binary/ recommendations (debug’ flag should be set to false, or removed completely).