Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: class WelcomeController < ApplicationController http_basic_authenticate_with name: "mercury", password: "biff99!" def index end def get_qod @qod = WikiQuote.get end end Source: http://pastebin.com/raw.php?i=uPE1EzAr
↧