Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: require 'tiny_tds' DB = TinyTds::Client.new(username: 'a', password: 'a', host: 'a') sql = %( SELECT ClientName, Password, ContactName, Email1 FROM Client ) DB.execute(sql).each do |c| puts clients[c['Email1']] end Source: http://pastebin.com/raw.php?i=8FAWhSaJ
↧