Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: ic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { private static string accountNumber = "12345"; private static string accountName = "manager"; private static string accountPassword = "password"; private static string option1 = "1. Transfer an amount"; private static string option2 = "2. List recent transactions"; private static string […]
↧