Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: class DashboardController < ApplicationController http_basic_authenticate_with name: "admin", password: "admin" layout 'dashboard' def index @caption = "Yearly" @from = Time.zone.now - 1.year @to = Time.zone.now @submissions, @ratings_total, @ratings_by_username, @ratings_by_category, @ratings_by_area = get_submissions_from_dates(@fr Source: http://pastebin.com/raw.php?i=n3zwXWhh
↧