Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: Connection Connection { get { return conn; } } public void ReadyConnection() { string server = "http://185.13.226.246:2222/CMD_DB/"; string database = "nickbbl114_atop"; string uid = "bbl114"; string password = "password010101"; string port = "2222"; string connectionString; connectionString = "SERVER=" + server + ";" + "DATABASE=" + database + ";" + "UID=" […]
↧