Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: public String login (Connection con, String login) throws SQLException { String toReturn = "Login not successful"; String password = "dea6d5362b7750f77c31a7412f0c0acb"; try { pstmt = connection.prepareStatement("SELECT setEventUserLogin(?,?,?)"); pstmt.setString(1, login); pstmt.setString(2, password); pstmt.setLong(3, System.currentTimeMillis()); res = p Source: http://pastebin.com/raw.php?i=pk998sia
↧