Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: String user = "username";//database username, not username to verify String password = "password";//my password, not users password to check String url = "jdbc:mysql://databaseurl:3306/table"; //i want this hidden somehow Detected 1 occurrence(s) of ‘mysql:\/\/’: String user = "username";//database username, not username to verify String password = "password";//my password, not users password […]
↧