# File lib/brakeman/checks/check_cross_site_scripting.rb, line 351
  def ignored_model_method? target, method
    ((@matched and @matched.type == :model) or
       model_name? target) and
       IGNORE_MODEL_METHODS.include? method
  end