# File lib/brakeman/checks/check_link_to.rb, line 90 def check_matched(result, matched = nil) return false unless matched return false if matched.type == :model and tracker.options[:ignore_model_output] message = msg("Unescaped ", msg_input(matched), " in ", msg_code("link_to")) warn_xss(result, message, @matched, :medium) end